Html Css Color HEX #FDE0CB Karry

📋 copy color: '#FDE0CB'

red 253 ◦ green 224 ◦ blue 203

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

Shades of Karry #FDE0CB

Tints of Karry #FDE0CB

RGB

 RED value IS 253 (99.22% from 255) = 37.21%

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

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

R = 37.21%
G = 32.94%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FDE0CB (or 0xFDE0CB) is known color: Karry. HEX triplet: FD, E0 and CB. RGB value is (253,224,203). Sum of RGB (Red+Green+Blue) = 253+224+203=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 224 (87.89% from 255 or 32.94% from 680); Blue value is 203 (79.69% from 255 or 29.85% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE0CB is #021F34. Grayscale: #E6E6E6. Windows color (decimal): -139061 or 13361405. OLE color: 13361405.

HSL color Cylindrical-coordinate representation of color #FDE0CB: hue angle of 25.2º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDE0CB is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 224 203 -
CMYK 0 0.11 0.20 0.01
HSL 25.2º 0.93% 0.89% -
HSV(B) 25.2º 0.2% 0.99% -
XYZ 77.94 78.51 67.55 -
YUV 230.28 112.61 144.21 -
System Red Green Blue C M Y K H S L
Decimal 253 224 203 0 0.11 0.20 0.01 25.2 0.93 0.89
Hex FD E0 CB 0 B 14 1 19 5D 59
Octal 375 340 313 0 13 24 1 31 135 131
Binary 11111101 11100000 11001011 0 1011 10100 1 11001 1011101 1011001

Color Harmonies of #FDE0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE0CB

Black with #FDE0CB

Text Example


Text Example

White with #FDE0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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