Html Css Color HEX #FEA6CC Carnation Pink

📋 copy color: '#FEA6CC'

red 254 ◦ green 166 ◦ blue 204

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

Shades of Carnation Pink #FEA6CC

Tints of Carnation Pink #FEA6CC

RGB

 RED value IS 254 (99.61% from 255) = 40.71%

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

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

R = 40.71%
G = 26.6%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEA6CC (or 0xFEA6CC) is known color: Carnation Pink. HEX triplet: FE, A6 and CC. RGB value is (254,166,204). Sum of RGB (Red+Green+Blue) = 254+166+204=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 166 (65.23% from 255 or 26.60% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6CC is #015933. Grayscale: #C4C4C4. Windows color (decimal): -88372 or 13412094. OLE color: 13412094.

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

Color convert

RGB 254 166 204 -
CMYK 0 0.35 0.20 0.00
HSL 334.09º 0.98% 0.82% -
HSV(B) 334.09º 0.35% 1% -
XYZ 65.41 52.7 63.85 -
YUV 196.64 132.15 168.91 -
System Red Green Blue C M Y K H S L
Decimal 254 166 204 0 0.35 0.20 0.00 334.09 0.98 0.82
Hex FE A6 CC 0 23 14 0 14E 62 52
Octal 376 246 314 0 43 24 0 516 142 122
Binary 11111110 10100110 11001100 0 100011 10100 0 101001110 1100010 1010010

Color Harmonies of #FEA6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA6CC

Black with #FEA6CC

Text Example


Text Example

White with #FEA6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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