Html Css Color HEX #FCD9BF Karry

📋 copy color: '#FCD9BF'

red 252 ◦ green 217 ◦ blue 191

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

Shades of Karry #FCD9BF

Tints of Karry #FCD9BF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.88%

 BLUE value IS 191 (75% from 255) = 28.94%

R = 38.18%
G = 32.88%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FCD9BF (or 0xFCD9BF) is known color: Karry. HEX triplet: FC, D9 and BF. RGB value is (252,217,191). Sum of RGB (Red+Green+Blue) = 252+217+191=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 217 (85.16% from 255 or 32.88% from 660); Blue value is 191 (75% from 255 or 28.94% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD9BF is #032640. Grayscale: #E0E0E0. Windows color (decimal): -206401 or 12573180. OLE color: 12573180.

HSL color Cylindrical-coordinate representation of color #FCD9BF: hue angle of 25.57º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCD9BF is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 217 191 -
CMYK 0 0.14 0.24 0.01
HSL 25.57º 0.91% 0.87% -
HSV(B) 25.57º 0.24% 0.99% -
XYZ 74.36 74.08 59.67 -
YUV 224.5 109.1 147.61 -
System Red Green Blue C M Y K H S L
Decimal 252 217 191 0 0.14 0.24 0.01 25.57 0.91 0.87
Hex FC D9 BF 0 E 18 1 1A 5B 57
Octal 374 331 277 0 16 30 1 32 133 127
Binary 11111100 11011001 10111111 0 1110 11000 1 11010 1011011 1010111

Color Harmonies of #FCD9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD9BF

Black with #FCD9BF

Text Example


Text Example

White with #FCD9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD9BF; }

 p { color: rgb(252,217,191); }

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

background-color css

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

 a { background-color: rgb(252,217,191); }

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

border-color css

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

 span { border-color: rgb(252,217,191); }

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