Html Css Color HEX #FCD8BE Karry

📋 copy color: '#FCD8BE'

red 252 ◦ green 216 ◦ blue 190

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

Shades of Karry #FCD8BE

Tints of Karry #FCD8BE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.83%

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

R = 38.3%
G = 32.83%
B = 28.88%

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

#FCD8BE (or 0xFCD8BE) is known color: Karry. HEX triplet: FC, D8 and BE. RGB value is (252,216,190). Sum of RGB (Red+Green+Blue) = 252+216+190=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 216 (84.77% from 255 or 32.83% from 658); Blue value is 190 (74.61% from 255 or 28.88% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8BE is #032741. Grayscale: #DFDFDF. Windows color (decimal): -206658 or 12507388. OLE color: 12507388.

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

Color convert

RGB 252 216 190 -
CMYK 0 0.14 0.25 0.01
HSL 25.16º 0.91% 0.87% -
HSV(B) 25.16º 0.25% 0.99% -
XYZ 74 73.52 59.01 -
YUV 223.8 108.93 148.11 -
System Red Green Blue C M Y K H S L
Decimal 252 216 190 0 0.14 0.25 0.01 25.16 0.91 0.87
Hex FC D8 BE 0 E 19 1 19 5B 57
Octal 374 330 276 0 16 31 1 31 133 127
Binary 11111100 11011000 10111110 0 1110 11001 1 11001 1011011 1010111

Color Harmonies of #FCD8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD8BE

Black with #FCD8BE

Text Example


Text Example

White with #FCD8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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