Html Css Color HEX #FFA6CF Carnation Pink

📋 copy color: '#FFA6CF'

red 255 ◦ green 166 ◦ blue 207

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

Shades of Carnation Pink #FFA6CF

Tints of Carnation Pink #FFA6CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.96%

R = 40.61%
G = 26.43%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFA6CF (or 0xFFA6CF) is known color: Carnation Pink. HEX triplet: FF, A6 and CF. RGB value is (255,166,207). Sum of RGB (Red+Green+Blue) = 255+166+207=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 166 (65.23% from 255 or 26.43% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6CF is #005930. Grayscale: #C5C5C5. Windows color (decimal): -22833 or 13608703. OLE color: 13608703.

HSL color Cylindrical-coordinate representation of color #FFA6CF: hue angle of 332.36º 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 #FFA6CF is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 255 166 207 -
CMYK 0 0.35 0.19 0
HSL 332.36º 1% 0.83% -
HSV(B) 332.36º 0.35% 1% -
XYZ 66.14 53.04 65.78 -
YUV 197.29 133.49 169.17 -
System Red Green Blue C M Y K H S L
Decimal 255 166 207 0 0.35 0.19 0 332.36 1 0.83
Hex FF A6 CF 0 23 13 0 14C 64 53
Octal 377 246 317 0 43 23 0 514 144 123
Binary 11111111 10100110 11001111 0 100011 10011 0 101001100 1100100 1010011

Color Harmonies of #FFA6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA6CF

Black with #FFA6CF

Text Example


Text Example

White with #FFA6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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