Html Css Color HEX #FCDEC4 Karry

📋 copy color: '#FCDEC4'

red 252 ◦ green 222 ◦ blue 196

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

Shades of Karry #FCDEC4

Tints of Karry #FCDEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 29.25%

R = 37.61%
G = 33.13%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCDEC4 (or 0xFCDEC4) is known color: Karry. HEX triplet: FC, DE and C4. RGB value is (252,222,196). Sum of RGB (Red+Green+Blue) = 252+222+196=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 196 (76.95% from 255 or 29.25% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDEC4 is #03213B. Grayscale: #E4E4E4. Windows color (decimal): -205116 or 12902140. OLE color: 12902140.

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

Color convert

RGB 252 222 196 -
CMYK 0 0.12 0.22 0.01
HSL 27.86º 0.9% 0.88% -
HSV(B) 27.86º 0.22% 0.99% -
XYZ 76.23 76.92 63.05 -
YUV 228.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 252 222 196 0 0.12 0.22 0.01 27.86 0.9 0.88
Hex FC DE C4 0 C 16 1 1C 5A 58
Octal 374 336 304 0 14 26 1 34 132 130
Binary 11111100 11011110 11000100 0 1100 10110 1 11100 1011010 1011000

Color Harmonies of #FCDEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDEC4

Black with #FCDEC4

Text Example


Text Example

White with #FCDEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDEC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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