Html Css Color HEX #FCDCC9 Karry

📋 copy color: '#FCDCC9'

red 252 ◦ green 220 ◦ blue 201

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

Shades of Karry #FCDCC9

Tints of Karry #FCDCC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 29.87%

R = 37.44%
G = 32.69%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCDCC9 (or 0xFCDCC9) is known color: Karry. HEX triplet: FC, DC and C9. RGB value is (252,220,201). Sum of RGB (Red+Green+Blue) = 252+220+201=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 201 (78.91% from 255 or 29.87% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCC9 is #032336. Grayscale: #E3E3E3. Windows color (decimal): -205623 or 13229308. OLE color: 13229308.

HSL color Cylindrical-coordinate representation of color #FCDCC9: hue angle of 22.35º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCDCC9 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 220 201 -
CMYK 0 0.13 0.20 0.01
HSL 22.35º 0.89% 0.89% -
HSV(B) 22.35º 0.2% 0.99% -
XYZ 76.28 76.1 65.93 -
YUV 227.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 252 220 201 0 0.13 0.20 0.01 22.35 0.89 0.89
Hex FC DC C9 0 D 14 1 16 59 59
Octal 374 334 311 0 15 24 1 26 131 131
Binary 11111100 11011100 11001001 0 1101 10100 1 10110 1011001 1011001

Color Harmonies of #FCDCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCC9

Black with #FCDCC9

Text Example


Text Example

White with #FCDCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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