Html Css Color HEX #FFA6CC Carnation Pink

📋 copy color: '#FFA6CC'

red 255 ◦ green 166 ◦ blue 204

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

Shades of Carnation Pink #FFA6CC

Tints of Carnation Pink #FFA6CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.64%

R = 40.8%
G = 26.56%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FFA6CC (or 0xFFA6CC) is known color: Carnation Pink. HEX triplet: FF, A6 and CC. RGB value is (255,166,204). Sum of RGB (Red+Green+Blue) = 255+166+204=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 166 (65.23% from 255 or 26.56% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6CC is #005933. Grayscale: #C4C4C4. Windows color (decimal): -22836 or 13412095. OLE color: 13412095.

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

Color convert

RGB 255 166 204 -
CMYK 0 0.35 0.2 0
HSL 334.38º 1% 0.83% -
HSV(B) 334.38º 0.35% 1% -
XYZ 65.78 52.89 63.87 -
YUV 196.94 131.99 169.41 -
System Red Green Blue C M Y K H S L
Decimal 255 166 204 0 0.35 0.2 0 334.38 1 0.83
Hex FF A6 CC 0 23 14 0 14E 64 53
Octal 377 246 314 0 43 24 0 516 144 123
Binary 11111111 10100110 11001100 0 100011 10100 0 101001110 1100100 1010011

Color Harmonies of #FFA6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA6CC

Black with #FFA6CC

Text Example


Text Example

White with #FFA6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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