Html Css Color HEX #FCDCC3 Karry

📋 copy color: '#FCDCC3'

red 252 ◦ green 220 ◦ blue 195

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

Shades of Karry #FCDCC3

Tints of Karry #FCDCC3

RGB

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

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

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

R = 37.78%
G = 32.98%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCDCC3 (or 0xFCDCC3) is known color: Karry. HEX triplet: FC, DC and C3. RGB value is (252,220,195). Sum of RGB (Red+Green+Blue) = 252+220+195=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 195 (76.56% from 255 or 29.24% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCC3 is #03233C. Grayscale: #E2E2E2. Windows color (decimal): -205629 or 12836092. OLE color: 12836092.

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

Color convert

RGB 252 220 195 -
CMYK 0 0.13 0.23 0.01
HSL 26.32º 0.9% 0.88% -
HSV(B) 26.32º 0.23% 0.99% -
XYZ 75.59 75.82 62.28 -
YUV 226.72 110.1 146.03 -
System Red Green Blue C M Y K H S L
Decimal 252 220 195 0 0.13 0.23 0.01 26.32 0.9 0.88
Hex FC DC C3 0 D 17 1 1A 5A 58
Octal 374 334 303 0 15 27 1 32 132 130
Binary 11111100 11011100 11000011 0 1101 10111 1 11010 1011010 1011000

Color Harmonies of #FCDCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCC3

Black with #FCDCC3

Text Example


Text Example

White with #FCDCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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