Html Css Color HEX #FCD1A1 Frangipani

📋 copy color: '#FCD1A1'

red 252 ◦ green 209 ◦ blue 161

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

Shades of Frangipani #FCD1A1

Tints of Frangipani #FCD1A1

RGB

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

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

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

R = 40.51%
G = 33.6%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FCD1A1 (or 0xFCD1A1) is known color: Frangipani. HEX triplet: FC, D1 and A1. RGB value is (252,209,161). Sum of RGB (Red+Green+Blue) = 252+209+161=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 161 (63.28% from 255 or 25.88% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD1A1 is #032E5E. Grayscale: #D8D8D8. Windows color (decimal): -208479 or 10605052. OLE color: 10605052.

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

Color convert

RGB 252 209 161 -
CMYK 0 0.17 0.36 0.01
HSL 31.65º 0.94% 0.81% -
HSV(B) 31.65º 0.36% 0.99% -
XYZ 69.38 68.87 43.35 -
YUV 216.39 96.75 153.4 -
System Red Green Blue C M Y K H S L
Decimal 252 209 161 0 0.17 0.36 0.01 31.65 0.94 0.81
Hex FC D1 A1 0 11 24 1 20 5E 51
Octal 374 321 241 0 21 44 1 40 136 121
Binary 11111100 11010001 10100001 0 10001 100100 1 100000 1011110 1010001

Color Harmonies of #FCD1A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD1A1

Black with #FCD1A1

Text Example


Text Example

White with #FCD1A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD1A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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