Html Css Color HEX #FCDCC0 Karry

📋 copy color: '#FCDCC0'

red 252 ◦ green 220 ◦ blue 192

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

Shades of Karry #FCDCC0

Tints of Karry #FCDCC0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.13%

 BLUE value IS 192 (75.39% from 255) = 28.92%

R = 37.95%
G = 33.13%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FCDCC0 (or 0xFCDCC0) is known color: Karry. HEX triplet: FC, DC and C0. RGB value is (252,220,192). Sum of RGB (Red+Green+Blue) = 252+220+192=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 192 (75.39% from 255 or 28.92% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCC0 is #03233F. Grayscale: #E2E2E2. Windows color (decimal): -205632 or 12639484. OLE color: 12639484.

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

Color convert

RGB 252 220 192 -
CMYK 0 0.13 0.24 0.01
HSL 28º 0.91% 0.87% -
HSV(B) 28º 0.24% 0.99% -
XYZ 75.25 75.69 60.51 -
YUV 226.38 108.6 146.28 -
System Red Green Blue C M Y K H S L
Decimal 252 220 192 0 0.13 0.24 0.01 28 0.91 0.87
Hex FC DC C0 0 D 18 1 1C 5B 57
Octal 374 334 300 0 15 30 1 34 133 127
Binary 11111100 11011100 11000000 0 1101 11000 1 11100 1011011 1010111

Color Harmonies of #FCDCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCC0

Black with #FCDCC0

Text Example


Text Example

White with #FCDCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCC0; }

 p { color: rgb(252,220,192); }

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

background-color css

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

 a { background-color: rgb(252,220,192); }

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

border-color css

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

 span { border-color: rgb(252,220,192); }

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