Html Css Color HEX #FCE0C7 Karry

📋 copy color: '#FCE0C7'

red 252 ◦ green 224 ◦ blue 199

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

Shades of Karry #FCE0C7

Tints of Karry #FCE0C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 29.48%

R = 37.33%
G = 33.19%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCE0C7 (or 0xFCE0C7) is known color: Karry. HEX triplet: FC, E0 and C7. RGB value is (252,224,199). Sum of RGB (Red+Green+Blue) = 252+224+199=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 224 (87.89% from 255 or 33.19% from 675); Blue value is 199 (78.12% from 255 or 29.48% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0C7 is #031F38. Grayscale: #E5E5E5. Windows color (decimal): -204601 or 13099260. OLE color: 13099260.

HSL color Cylindrical-coordinate representation of color #FCE0C7: hue angle of 28.3º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCE0C7 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 224 199 -
CMYK 0 0.11 0.21 0.01
HSL 28.3º 0.9% 0.88% -
HSV(B) 28.3º 0.21% 0.99% -
XYZ 77.11 78.13 65.05 -
YUV 229.52 110.78 144.03 -
System Red Green Blue C M Y K H S L
Decimal 252 224 199 0 0.11 0.21 0.01 28.3 0.9 0.88
Hex FC E0 C7 0 B 15 1 1C 5A 58
Octal 374 340 307 0 13 25 1 34 132 130
Binary 11111100 11100000 11000111 0 1011 10101 1 11100 1011010 1011000

Color Harmonies of #FCE0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE0C7

Black with #FCE0C7

Text Example


Text Example

White with #FCE0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE0C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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