Html Css Color HEX #FEE0CB Karry

📋 copy color: '#FEE0CB'

red 254 ◦ green 224 ◦ blue 203

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

Shades of Karry #FEE0CB

Tints of Karry #FEE0CB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.89%

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

R = 37.3%
G = 32.89%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEE0CB (or 0xFEE0CB) is known color: Karry. HEX triplet: FE, E0 and CB. RGB value is (254,224,203). Sum of RGB (Red+Green+Blue) = 254+224+203=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 224 (87.89% from 255 or 32.89% from 681); Blue value is 203 (79.69% from 255 or 29.81% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE0CB is #011F34. Grayscale: #E6E6E6. Windows color (decimal): -73525 or 13361406. OLE color: 13361406.

HSL color Cylindrical-coordinate representation of color #FEE0CB: hue angle of 24.71º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEE0CB is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 224 203 -
CMYK 0 0.12 0.20 0.00
HSL 24.71º 0.96% 0.9% -
HSV(B) 24.71º 0.2% 1% -
XYZ 78.31 78.69 67.56 -
YUV 230.58 112.44 144.71 -
System Red Green Blue C M Y K H S L
Decimal 254 224 203 0 0.12 0.20 0.00 24.71 0.96 0.9
Hex FE E0 CB 0 C 14 0 19 60 5A
Octal 376 340 313 0 14 24 0 31 140 132
Binary 11111110 11100000 11001011 0 1100 10100 0 11001 1100000 1011010

Color Harmonies of #FEE0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE0CB

Black with #FEE0CB

Text Example


Text Example

White with #FEE0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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