Html Css Color HEX #FEB0CB Carnation Pink

📋 copy color: '#FEB0CB'

red 254 ◦ green 176 ◦ blue 203

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

Shades of Carnation Pink #FEB0CB

Tints of Carnation Pink #FEB0CB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.8%

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

R = 40.13%
G = 27.8%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEB0CB (or 0xFEB0CB) is known color: Carnation Pink. HEX triplet: FE, B0 and CB. RGB value is (254,176,203). Sum of RGB (Red+Green+Blue) = 254+176+203=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 176 (69.14% from 255 or 27.80% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0CB is #014F34. Grayscale: #CACACA. Windows color (decimal): -85813 or 13349118. OLE color: 13349118.

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

Color convert

RGB 254 176 203 -
CMYK 0 0.31 0.20 0.00
HSL 339.23º 0.98% 0.84% -
HSV(B) 339.23º 0.31% 1% -
XYZ 67.18 56.43 63.85 -
YUV 202.4 128.34 164.8 -
System Red Green Blue C M Y K H S L
Decimal 254 176 203 0 0.31 0.20 0.00 339.23 0.98 0.84
Hex FE B0 CB 0 1F 14 0 153 62 54
Octal 376 260 313 0 37 24 0 523 142 124
Binary 11111110 10110000 11001011 0 11111 10100 0 101010011 1100010 1010100

Color Harmonies of #FEB0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB0CB

Black with #FEB0CB

Text Example


Text Example

White with #FEB0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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