Html Css Color HEX #FCDFC0 Karry

📋 copy color: '#FCDFC0'

red 252 ◦ green 223 ◦ blue 192

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

Shades of Karry #FCDFC0

Tints of Karry #FCDFC0

RGB

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

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

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

R = 37.78%
G = 33.43%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FCDFC0 (or 0xFCDFC0) is known color: Karry. HEX triplet: FC, DF and C0. RGB value is (252,223,192). Sum of RGB (Red+Green+Blue) = 252+223+192=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 192 (75.39% from 255 or 28.79% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFC0 is #03203F. Grayscale: #E4E4E4. Windows color (decimal): -204864 or 12640252. OLE color: 12640252.

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

Color convert

RGB 252 223 192 -
CMYK 0 0.12 0.24 0.01
HSL 31º 0.91% 0.87% -
HSV(B) 31º 0.24% 0.99% -
XYZ 76.05 77.28 60.78 -
YUV 228.14 107.61 145.02 -
System Red Green Blue C M Y K H S L
Decimal 252 223 192 0 0.12 0.24 0.01 31 0.91 0.87
Hex FC DF C0 0 C 18 1 1F 5B 57
Octal 374 337 300 0 14 30 1 37 133 127
Binary 11111100 11011111 11000000 0 1100 11000 1 11111 1011011 1010111

Color Harmonies of #FCDFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFC0

Black with #FCDFC0

Text Example


Text Example

White with #FCDFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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