Html Css Color HEX #FDE1CA Karry

📋 copy color: '#FDE1CA'

red 253 ◦ green 225 ◦ blue 202

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

Shades of Karry #FDE1CA

Tints of Karry #FDE1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 29.71%

R = 37.21%
G = 33.09%
B = 29.71%

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

#FDE1CA (or 0xFDE1CA) is known color: Karry. HEX triplet: FD, E1 and CA. RGB value is (253,225,202). Sum of RGB (Red+Green+Blue) = 253+225+202=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 225 (88.28% from 255 or 33.09% from 680); Blue value is 202 (79.30% from 255 or 29.71% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1CA is #021E35. Grayscale: #E6E6E6. Windows color (decimal): -138806 or 13296125. OLE color: 13296125.

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

Color convert

RGB 253 225 202 -
CMYK 0 0.11 0.20 0.01
HSL 27.06º 0.93% 0.89% -
HSV(B) 27.06º 0.2% 0.99% -
XYZ 78.09 79 67.01 -
YUV 230.75 111.78 143.87 -
System Red Green Blue C M Y K H S L
Decimal 253 225 202 0 0.11 0.20 0.01 27.06 0.93 0.89
Hex FD E1 CA 0 B 14 1 1B 5D 59
Octal 375 341 312 0 13 24 1 33 135 131
Binary 11111101 11100001 11001010 0 1011 10100 1 11011 1011101 1011001

Color Harmonies of #FDE1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE1CA

Black with #FDE1CA

Text Example


Text Example

White with #FDE1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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