Html Css Color HEX #FCE0CA Karry

📋 copy color: '#FCE0CA'

red 252 ◦ green 224 ◦ blue 202

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

Shades of Karry #FCE0CA

Tints of Karry #FCE0CA

RGB

 RED value IS 252 (98.83% from 255) = 37.17%

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

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

R = 37.17%
G = 33.04%
B = 29.79%

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

#FCE0CA (or 0xFCE0CA) is known color: Karry. HEX triplet: FC, E0 and CA. RGB value is (252,224,202). Sum of RGB (Red+Green+Blue) = 252+224+202=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 224 (87.89% from 255 or 33.04% from 678); Blue value is 202 (79.30% from 255 or 29.79% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0CA is #031F35. Grayscale: #E5E5E5. Windows color (decimal): -204598 or 13295868. OLE color: 13295868.

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

Color convert

RGB 252 224 202 -
CMYK 0 0.11 0.20 0.01
HSL 26.4º 0.89% 0.89% -
HSV(B) 26.4º 0.2% 0.99% -
XYZ 77.46 78.27 66.9 -
YUV 229.86 112.28 143.79 -
System Red Green Blue C M Y K H S L
Decimal 252 224 202 0 0.11 0.20 0.01 26.4 0.89 0.89
Hex FC E0 CA 0 B 14 1 1A 59 59
Octal 374 340 312 0 13 24 1 32 131 131
Binary 11111100 11100000 11001010 0 1011 10100 1 11010 1011001 1011001

Color Harmonies of #FCE0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE0CA

Black with #FCE0CA

Text Example


Text Example

White with #FCE0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE0CA; }

 p { color: rgb(252,224,202); }

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

background-color css

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

 a { background-color: rgb(252,224,202); }

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

border-color css

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

 span { border-color: rgb(252,224,202); }

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