Html Css Color HEX #FCD3A0 Frangipani

📋 copy color: '#FCD3A0'

red 252 ◦ green 211 ◦ blue 160

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

Shades of Frangipani #FCD3A0

Tints of Frangipani #FCD3A0

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.87%

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

R = 40.45%
G = 33.87%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCD3A0 (or 0xFCD3A0) is known color: Frangipani. HEX triplet: FC, D3 and A0. RGB value is (252,211,160). Sum of RGB (Red+Green+Blue) = 252+211+160=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 160 (62.89% from 255 or 25.68% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD3A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD3A0 is #032C5F. Grayscale: #D9D9D9. Windows color (decimal): -207968 or 10540028. OLE color: 10540028.

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

Color convert

RGB 252 211 160 -
CMYK 0 0.16 0.37 0.01
HSL 33.26º 0.94% 0.81% -
HSV(B) 33.26º 0.37% 0.99% -
XYZ 69.78 69.82 43.06 -
YUV 217.45 95.58 152.65 -
System Red Green Blue C M Y K H S L
Decimal 252 211 160 0 0.16 0.37 0.01 33.26 0.94 0.81
Hex FC D3 A0 0 10 25 1 21 5E 51
Octal 374 323 240 0 20 45 1 41 136 121
Binary 11111100 11010011 10100000 0 10000 100101 1 100001 1011110 1010001

Color Harmonies of #FCD3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD3A0

Black with #FCD3A0

Text Example


Text Example

White with #FCD3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD3A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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