Html Css Color HEX #FCDEC2 Karry

📋 copy color: '#FCDEC2'

red 252 ◦ green 222 ◦ blue 194

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

Shades of Karry #FCDEC2

Tints of Karry #FCDEC2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.23%

 BLUE value IS 194 (76.17% from 255) = 29.04%

R = 37.72%
G = 33.23%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCDEC2 (or 0xFCDEC2) is known color: Karry. HEX triplet: FC, DE and C2. RGB value is (252,222,194). Sum of RGB (Red+Green+Blue) = 252+222+194=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 194 (76.17% from 255 or 29.04% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDEC2 is #03213D. Grayscale: #E3E3E3. Windows color (decimal): -205118 or 12771068. OLE color: 12771068.

HSL color Cylindrical-coordinate representation of color #FCDEC2: hue angle of 28.97º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCDEC2 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 222 194 -
CMYK 0 0.12 0.23 0.01
HSL 28.97º 0.91% 0.87% -
HSV(B) 28.97º 0.23% 0.99% -
XYZ 76 76.83 61.86 -
YUV 227.78 108.94 145.28 -
System Red Green Blue C M Y K H S L
Decimal 252 222 194 0 0.12 0.23 0.01 28.97 0.91 0.87
Hex FC DE C2 0 C 17 1 1D 5B 57
Octal 374 336 302 0 14 27 1 35 133 127
Binary 11111100 11011110 11000010 0 1100 10111 1 11101 1011011 1010111

Color Harmonies of #FCDEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDEC2

Black with #FCDEC2

Text Example


Text Example

White with #FCDEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDEC2; }

 p { color: rgb(252,222,194); }

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

background-color css

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

 a { background-color: rgb(252,222,194); }

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

border-color css

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

 span { border-color: rgb(252,222,194); }

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