Html Css Color HEX #FCD2A0 Frangipani

📋 copy color: '#FCD2A0'

red 252 ◦ green 210 ◦ blue 160

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

Shades of Frangipani #FCD2A0

Tints of Frangipani #FCD2A0

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.76%

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

R = 40.51%
G = 33.76%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCD2A0 (or 0xFCD2A0) is known color: Frangipani. HEX triplet: FC, D2 and A0. RGB value is (252,210,160). Sum of RGB (Red+Green+Blue) = 252+210+160=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 160 (62.89% from 255 or 25.72% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD2A0 is #032D5F. Grayscale: #D9D9D9. Windows color (decimal): -208224 or 10539772. OLE color: 10539772.

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

Color convert

RGB 252 210 160 -
CMYK 0 0.17 0.37 0.01
HSL 32.61º 0.94% 0.81% -
HSV(B) 32.61º 0.37% 0.99% -
XYZ 69.54 69.33 42.97 -
YUV 216.86 95.91 153.07 -
System Red Green Blue C M Y K H S L
Decimal 252 210 160 0 0.17 0.37 0.01 32.61 0.94 0.81
Hex FC D2 A0 0 11 25 1 21 5E 51
Octal 374 322 240 0 21 45 1 41 136 121
Binary 11111100 11010010 10100000 0 10001 100101 1 100001 1011110 1010001

Color Harmonies of #FCD2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD2A0

Black with #FCD2A0

Text Example


Text Example

White with #FCD2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD2A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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