Html Css Color HEX #FCD1A0 Frangipani

📋 copy color: '#FCD1A0'

red 252 ◦ green 209 ◦ blue 160

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

Shades of Frangipani #FCD1A0

Tints of Frangipani #FCD1A0

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.66%

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

R = 40.58%
G = 33.66%
B = 25.76%

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

#FCD1A0 (or 0xFCD1A0) is known color: Frangipani. HEX triplet: FC, D1 and A0. RGB value is (252,209,160). Sum of RGB (Red+Green+Blue) = 252+209+160=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 209 (82.03% from 255 or 33.66% from 621); Blue value is 160 (62.89% from 255 or 25.76% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD1A0 is #032E5F. Grayscale: #D8D8D8. Windows color (decimal): -208480 or 10539516. OLE color: 10539516.

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

Color convert

RGB 252 209 160 -
CMYK 0 0.17 0.37 0.01
HSL 31.96º 0.94% 0.81% -
HSV(B) 31.96º 0.37% 0.99% -
XYZ 69.29 68.83 42.89 -
YUV 216.27 96.25 153.48 -
System Red Green Blue C M Y K H S L
Decimal 252 209 160 0 0.17 0.37 0.01 31.96 0.94 0.81
Hex FC D1 A0 0 11 25 1 20 5E 51
Octal 374 321 240 0 21 45 1 40 136 121
Binary 11111100 11010001 10100000 0 10001 100101 1 100000 1011110 1010001

Color Harmonies of #FCD1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD1A0

Black with #FCD1A0

Text Example


Text Example

White with #FCD1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD1A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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