Html Css Color HEX #FDE1CB Karry

📋 copy color: '#FDE1CB'

red 253 ◦ green 225 ◦ blue 203

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

Shades of Karry #FDE1CB

Tints of Karry #FDE1CB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.04%

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

R = 37.15%
G = 33.04%
B = 29.81%

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

#FDE1CB (or 0xFDE1CB) is known color: Karry. HEX triplet: FD, E1 and CB. RGB value is (253,225,203). Sum of RGB (Red+Green+Blue) = 253+225+203=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 203 (79.69% from 255 or 29.81% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1CB is #021E34. Grayscale: #E6E6E6. Windows color (decimal): -138805 or 13361661. OLE color: 13361661.

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

Color convert

RGB 253 225 203 -
CMYK 0 0.11 0.20 0.01
HSL 26.4º 0.93% 0.89% -
HSV(B) 26.4º 0.2% 0.99% -
XYZ 78.21 79.04 67.63 -
YUV 230.86 112.28 143.79 -
System Red Green Blue C M Y K H S L
Decimal 253 225 203 0 0.11 0.20 0.01 26.4 0.93 0.89
Hex FD E1 CB 0 B 14 1 1A 5D 59
Octal 375 341 313 0 13 24 1 32 135 131
Binary 11111101 11100001 11001011 0 1011 10100 1 11010 1011101 1011001

Color Harmonies of #FDE1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE1CB

Black with #FDE1CB

Text Example


Text Example

White with #FDE1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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