Html Css Color HEX #FEA6CB Carnation Pink

📋 copy color: '#FEA6CB'

red 254 ◦ green 166 ◦ blue 203

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

Shades of Carnation Pink #FEA6CB

Tints of Carnation Pink #FEA6CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.58%

R = 40.77%
G = 26.65%
B = 32.58%

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

#FEA6CB (or 0xFEA6CB) is known color: Carnation Pink. HEX triplet: FE, A6 and CB. RGB value is (254,166,203). Sum of RGB (Red+Green+Blue) = 254+166+203=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 166 (65.23% from 255 or 26.65% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6CB is #015934. Grayscale: #C4C4C4. Windows color (decimal): -88373 or 13346558. OLE color: 13346558.

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

Color convert

RGB 254 166 203 -
CMYK 0 0.35 0.20 0.00
HSL 334.77º 0.98% 0.82% -
HSV(B) 334.77º 0.35% 1% -
XYZ 65.29 52.66 63.22 -
YUV 196.53 131.65 168.99 -
System Red Green Blue C M Y K H S L
Decimal 254 166 203 0 0.35 0.20 0.00 334.77 0.98 0.82
Hex FE A6 CB 0 23 14 0 14F 62 52
Octal 376 246 313 0 43 24 0 517 142 122
Binary 11111110 10100110 11001011 0 100011 10100 0 101001111 1100010 1010010

Color Harmonies of #FEA6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA6CB

Black with #FEA6CB

Text Example


Text Example

White with #FEA6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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