Html Css Color HEX #FCD9A1 Frangipani

📋 copy color: '#FCD9A1'

red 252 ◦ green 217 ◦ blue 161

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

Shades of Frangipani #FCD9A1

Tints of Frangipani #FCD9A1

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.44%

 BLUE value IS 161 (63.28% from 255) = 25.56%

R = 40%
G = 34.44%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FCD9A1 (or 0xFCD9A1) is known color: Frangipani. HEX triplet: FC, D9 and A1. RGB value is (252,217,161). Sum of RGB (Red+Green+Blue) = 252+217+161=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 161 (63.28% from 255 or 25.56% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD9A1 is #03265E. Grayscale: #DDDDDD. Windows color (decimal): -206431 or 10607100. OLE color: 10607100.

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

Color convert

RGB 252 217 161 -
CMYK 0 0.14 0.36 0.01
HSL 36.92º 0.94% 0.81% -
HSV(B) 36.92º 0.36% 0.99% -
XYZ 71.39 72.89 44.03 -
YUV 221.08 94.1 150.05 -
System Red Green Blue C M Y K H S L
Decimal 252 217 161 0 0.14 0.36 0.01 36.92 0.94 0.81
Hex FC D9 A1 0 E 24 1 25 5E 51
Octal 374 331 241 0 16 44 1 45 136 121
Binary 11111100 11011001 10100001 0 1110 100100 1 100101 1011110 1010001

Color Harmonies of #FCD9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD9A1

Black with #FCD9A1

Text Example


Text Example

White with #FCD9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD9A1; }

 p { color: rgb(252,217,161); }

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

background-color css

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

 a { background-color: rgb(252,217,161); }

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

border-color css

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

 span { border-color: rgb(252,217,161); }

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