Html Css Color HEX #FCDBC9 Karry

📋 copy color: '#FCDBC9'

red 252 ◦ green 219 ◦ blue 201

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

Shades of Karry #FCDBC9

Tints of Karry #FCDBC9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.59%

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

R = 37.5%
G = 32.59%
B = 29.91%

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

#FCDBC9 (or 0xFCDBC9) is known color: Karry. HEX triplet: FC, DB and C9. RGB value is (252,219,201). Sum of RGB (Red+Green+Blue) = 252+219+201=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 219 (85.94% from 255 or 32.59% from 672); Blue value is 201 (78.91% from 255 or 29.91% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBC9 is #032436. Grayscale: #E2E2E2. Windows color (decimal): -205879 or 13229052. OLE color: 13229052.

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

Color convert

RGB 252 219 201 -
CMYK 0 0.13 0.20 0.01
HSL 21.18º 0.89% 0.89% -
HSV(B) 21.18º 0.2% 0.99% -
XYZ 76.02 75.58 65.84 -
YUV 226.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 252 219 201 0 0.13 0.20 0.01 21.18 0.89 0.89
Hex FC DB C9 0 D 14 1 15 59 59
Octal 374 333 311 0 15 24 1 25 131 131
Binary 11111100 11011011 11001001 0 1101 10100 1 10101 1011001 1011001

Color Harmonies of #FCDBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDBC9

Black with #FCDBC9

Text Example


Text Example

White with #FCDBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDBC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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