Html Css Color HEX #FCDFC7 Karry

📋 copy color: '#FCDFC7'

red 252 ◦ green 223 ◦ blue 199

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

Shades of Karry #FCDFC7

Tints of Karry #FCDFC7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.09%

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

R = 37.39%
G = 33.09%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCDFC7 (or 0xFCDFC7) is known color: Karry. HEX triplet: FC, DF and C7. RGB value is (252,223,199). Sum of RGB (Red+Green+Blue) = 252+223+199=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 199 (78.12% from 255 or 29.53% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFC7 is #032038. Grayscale: #E5E5E5. Windows color (decimal): -204857 or 13099004. OLE color: 13099004.

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

Color convert

RGB 252 223 199 -
CMYK 0 0.12 0.21 0.01
HSL 27.17º 0.9% 0.88% -
HSV(B) 27.17º 0.21% 0.99% -
XYZ 76.84 77.59 64.96 -
YUV 228.94 111.11 144.45 -
System Red Green Blue C M Y K H S L
Decimal 252 223 199 0 0.12 0.21 0.01 27.17 0.9 0.88
Hex FC DF C7 0 C 15 1 1B 5A 58
Octal 374 337 307 0 14 25 1 33 132 130
Binary 11111100 11011111 11000111 0 1100 10101 1 11011 1011010 1011000

Color Harmonies of #FCDFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFC7

Black with #FCDFC7

Text Example


Text Example

White with #FCDFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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