Html Css Color HEX #FCDFC3 Karry

📋 copy color: '#FCDFC3'

red 252 ◦ green 223 ◦ blue 195

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

Shades of Karry #FCDFC3

Tints of Karry #FCDFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 29.1%

R = 37.61%
G = 33.28%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCDFC3 (or 0xFCDFC3) is known color: Karry. HEX triplet: FC, DF and C3. RGB value is (252,223,195). Sum of RGB (Red+Green+Blue) = 252+223+195=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 195 (76.56% from 255 or 29.10% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFC3 is #03203C. Grayscale: #E4E4E4. Windows color (decimal): -204861 or 12836860. OLE color: 12836860.

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

Color convert

RGB 252 223 195 -
CMYK 0 0.12 0.23 0.01
HSL 29.47º 0.9% 0.88% -
HSV(B) 29.47º 0.23% 0.99% -
XYZ 76.38 77.41 62.55 -
YUV 228.48 109.11 144.78 -
System Red Green Blue C M Y K H S L
Decimal 252 223 195 0 0.12 0.23 0.01 29.47 0.9 0.88
Hex FC DF C3 0 C 17 1 1D 5A 58
Octal 374 337 303 0 14 27 1 35 132 130
Binary 11111100 11011111 11000011 0 1100 10111 1 11101 1011010 1011000

Color Harmonies of #FCDFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFC3

Black with #FCDFC3

Text Example


Text Example

White with #FCDFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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