Html Css Color HEX #FEA4CB Carnation Pink

📋 copy color: '#FEA4CB'

red 254 ◦ green 164 ◦ blue 203

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

Shades of Carnation Pink #FEA4CB

Tints of Carnation Pink #FEA4CB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.41%

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

R = 40.9%
G = 26.41%
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

#FEA4CB (or 0xFEA4CB) is known color: Carnation Pink. HEX triplet: FE, A4 and CB. RGB value is (254,164,203). Sum of RGB (Red+Green+Blue) = 254+164+203=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 164 (64.45% from 255 or 26.41% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4CB is #015B34. Grayscale: #C3C3C3. Windows color (decimal): -88885 or 13346046. OLE color: 13346046.

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

Color convert

RGB 254 164 203 -
CMYK 0 0.35 0.20 0.00
HSL 334º 0.98% 0.82% -
HSV(B) 334º 0.35% 1% -
XYZ 64.93 51.93 63.1 -
YUV 195.36 132.32 169.83 -
System Red Green Blue C M Y K H S L
Decimal 254 164 203 0 0.35 0.20 0.00 334 0.98 0.82
Hex FE A4 CB 0 23 14 0 14E 62 52
Octal 376 244 313 0 43 24 0 516 142 122
Binary 11111110 10100100 11001011 0 100011 10100 0 101001110 1100010 1010010

Color Harmonies of #FEA4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA4CB

Black with #FEA4CB

Text Example


Text Example

White with #FEA4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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