Html Css Color HEX #FEA8CB Carnation Pink

📋 copy color: '#FEA8CB'

red 254 ◦ green 168 ◦ blue 203

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

Shades of Carnation Pink #FEA8CB

Tints of Carnation Pink #FEA8CB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.88%

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

R = 40.64%
G = 26.88%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEA8CB (or 0xFEA8CB) is known color: Carnation Pink. HEX triplet: FE, A8 and CB. RGB value is (254,168,203). Sum of RGB (Red+Green+Blue) = 254+168+203=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 168 (66.02% from 255 or 26.88% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8CB is #015734. Grayscale: #C5C5C5. Windows color (decimal): -87861 or 13347070. OLE color: 13347070.

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

Color convert

RGB 254 168 203 -
CMYK 0 0.34 0.20 0.00
HSL 335.58º 0.98% 0.83% -
HSV(B) 335.58º 0.34% 1% -
XYZ 65.66 53.39 63.34 -
YUV 197.7 130.99 168.15 -
System Red Green Blue C M Y K H S L
Decimal 254 168 203 0 0.34 0.20 0.00 335.58 0.98 0.83
Hex FE A8 CB 0 22 14 0 150 62 53
Octal 376 250 313 0 42 24 0 520 142 123
Binary 11111110 10101000 11001011 0 100010 10100 0 101010000 1100010 1010011

Color Harmonies of #FEA8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8CB

Black with #FEA8CB

Text Example


Text Example

White with #FEA8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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