Html Css Color HEX #FCDCC7 Karry

📋 copy color: '#FCDCC7'

red 252 ◦ green 220 ◦ blue 199

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

Shades of Karry #FCDCC7

Tints of Karry #FCDCC7

RGB

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

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

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

R = 37.56%
G = 32.79%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCDCC7 (or 0xFCDCC7) is known color: Karry. HEX triplet: FC, DC and C7. RGB value is (252,220,199). Sum of RGB (Red+Green+Blue) = 252+220+199=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 199 (78.12% from 255 or 29.66% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCC7 is #032338. Grayscale: #E3E3E3. Windows color (decimal): -205625 or 13098236. OLE color: 13098236.

HSL color Cylindrical-coordinate representation of color #FCDCC7: hue angle of 23.77º 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 #FCDCC7 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 220 199 -
CMYK 0 0.13 0.21 0.01
HSL 23.77º 0.9% 0.88% -
HSV(B) 23.77º 0.21% 0.99% -
XYZ 76.05 76.01 64.7 -
YUV 227.17 112.1 145.71 -
System Red Green Blue C M Y K H S L
Decimal 252 220 199 0 0.13 0.21 0.01 23.77 0.9 0.88
Hex FC DC C7 0 D 15 1 18 5A 58
Octal 374 334 307 0 15 25 1 30 132 130
Binary 11111100 11011100 11000111 0 1101 10101 1 11000 1011010 1011000

Color Harmonies of #FCDCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCC7

Black with #FCDCC7

Text Example


Text Example

White with #FCDCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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