Html Css Color HEX #FFA6C9 Carnation Pink

📋 copy color: '#FFA6C9'

red 255 ◦ green 166 ◦ blue 201

#FFA6C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carnation Pink #FFA6C9

Tints of Carnation Pink #FFA6C9

RGB

 RED value IS 255 (100% from 255) = 41%

 GREEN value IS 166 (65.23% from 255) = 26.69%

 BLUE value IS 201 (78.91% from 255) = 32.32%

R = 41%
G = 26.69%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFA6C9 (or 0xFFA6C9) is known color: Carnation Pink. HEX triplet: FF, A6 and C9. RGB value is (255,166,201). Sum of RGB (Red+Green+Blue) = 255+166+201=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 166 (65.23% from 255 or 26.69% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6C9 is #005936. Grayscale: #C4C4C4. Windows color (decimal): -22839 or 13215487. OLE color: 13215487.

HSL color Cylindrical-coordinate representation of color #FFA6C9: hue angle of 336.4º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA6C9 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 255 166 201 -
CMYK 0 0.35 0.21 0
HSL 336.4º 1% 0.83% -
HSV(B) 336.4º 0.35% 1% -
XYZ 65.42 52.75 61.99 -
YUV 196.6 130.49 169.65 -
System Red Green Blue C M Y K H S L
Decimal 255 166 201 0 0.35 0.21 0 336.4 1 0.83
Hex FF A6 C9 0 23 15 0 150 64 53
Octal 377 246 311 0 43 25 0 520 144 123
Binary 11111111 10100110 11001001 0 100011 10101 0 101010000 1100100 1010011

Color Harmonies of #FFA6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA6C9

Black with #FFA6C9

Text Example


Text Example

White with #FFA6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA6C9; }

 p { color: rgb(255,166,201); }

 H1.HeaderClassName
 {
   color: #FFA6C9;
 }
 .AnyTagClassName
 {
   color: #FFA6C9;
 }
</style>

background-color css

<style>
 a { background-color: #FFA6C9; }

 a { background-color: rgb(255,166,201); }

 div.DivClassName
 {
   background-color: #FFA6C9;
 }
 .BgClassName
 {
   background-color: #FFA6C9;
 }
</style>

border-color css

<style>
 span { border-color: #FFA6C9; }

 span { border-color: rgb(255,166,201); }

 td.TdClassName
 {
   border-color: #FFA6C9;
 }
 .TagClassName
 {
   border-color: #FFA6C9;
 }
</style>