Html Css Color HEX #FCDDC9 Karry

📋 copy color: '#FCDDC9'

red 252 ◦ green 221 ◦ blue 201

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

Shades of Karry #FCDDC9

Tints of Karry #FCDDC9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.79%

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

R = 37.39%
G = 32.79%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCDDC9 (or 0xFCDDC9) is known color: Karry. HEX triplet: FC, DD and C9. RGB value is (252,221,201). Sum of RGB (Red+Green+Blue) = 252+221+201=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 201 (78.91% from 255 or 29.82% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDC9 is #032236. Grayscale: #E4E4E4. Windows color (decimal): -205367 or 13229564. OLE color: 13229564.

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

Color convert

RGB 252 221 201 -
CMYK 0 0.12 0.20 0.01
HSL 23.53º 0.89% 0.89% -
HSV(B) 23.53º 0.2% 0.99% -
XYZ 76.54 76.63 66.01 -
YUV 227.99 112.77 145.13 -
System Red Green Blue C M Y K H S L
Decimal 252 221 201 0 0.12 0.20 0.01 23.53 0.89 0.89
Hex FC DD C9 0 C 14 1 18 59 59
Octal 374 335 311 0 14 24 1 30 131 131
Binary 11111100 11011101 11001001 0 1100 10100 1 11000 1011001 1011001

Color Harmonies of #FCDDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDC9

Black with #FCDDC9

Text Example


Text Example

White with #FCDDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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