Html Css Color HEX #FCD8A0 Frangipani

📋 copy color: '#FCD8A0'

red 252 ◦ green 216 ◦ blue 160

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

Shades of Frangipani #FCD8A0

Tints of Frangipani #FCD8A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 25.48%

R = 40.13%
G = 34.39%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCD8A0 (or 0xFCD8A0) is known color: Frangipani. HEX triplet: FC, D8 and A0. RGB value is (252,216,160). Sum of RGB (Red+Green+Blue) = 252+216+160=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 160 (62.89% from 255 or 25.48% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD8A0 is #03275F. Grayscale: #DCDCDC. Windows color (decimal): -206688 or 10541308. OLE color: 10541308.

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

Color convert

RGB 252 216 160 -
CMYK 0 0.14 0.37 0.01
HSL 36.52º 0.94% 0.81% -
HSV(B) 36.52º 0.37% 0.99% -
XYZ 71.05 72.35 43.48 -
YUV 220.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 252 216 160 0 0.14 0.37 0.01 36.52 0.94 0.81
Hex FC D8 A0 0 E 25 1 25 5E 51
Octal 374 330 240 0 16 45 1 45 136 121
Binary 11111100 11011000 10100000 0 1110 100101 1 100101 1011110 1010001

Color Harmonies of #FCD8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD8A0

Black with #FCD8A0

Text Example


Text Example

White with #FCD8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD8A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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