Html Css Color HEX #FCD9BE Karry

📋 copy color: '#FCD9BE'

red 252 ◦ green 217 ◦ blue 190

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

Shades of Karry #FCD9BE

Tints of Karry #FCD9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 28.83%

R = 38.24%
G = 32.93%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCD9BE (or 0xFCD9BE) is known color: Karry. HEX triplet: FC, D9 and BE. RGB value is (252,217,190). Sum of RGB (Red+Green+Blue) = 252+217+190=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 217 (85.16% from 255 or 32.93% from 659); Blue value is 190 (74.61% from 255 or 28.83% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD9BE is #032641. Grayscale: #E0E0E0. Windows color (decimal): -206402 or 12507644. OLE color: 12507644.

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

Color convert

RGB 252 217 190 -
CMYK 0 0.14 0.25 0.01
HSL 26.13º 0.91% 0.87% -
HSV(B) 26.13º 0.25% 0.99% -
XYZ 74.25 74.04 59.09 -
YUV 224.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 252 217 190 0 0.14 0.25 0.01 26.13 0.91 0.87
Hex FC D9 BE 0 E 19 1 1A 5B 57
Octal 374 331 276 0 16 31 1 32 133 127
Binary 11111100 11011001 10111110 0 1110 11001 1 11010 1011011 1010111

Color Harmonies of #FCD9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD9BE

Black with #FCD9BE

Text Example


Text Example

White with #FCD9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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