Html Css Color HEX #FCD5A1 Frangipani

📋 copy color: '#FCD5A1'

red 252 ◦ green 213 ◦ blue 161

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

Shades of Frangipani #FCD5A1

Tints of Frangipani #FCD5A1

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.03%

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

R = 40.26%
G = 34.03%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FCD5A1 (or 0xFCD5A1) is known color: Frangipani. HEX triplet: FC, D5 and A1. RGB value is (252,213,161). Sum of RGB (Red+Green+Blue) = 252+213+161=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 161 (63.28% from 255 or 25.72% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD5A1 is #032A5E. Grayscale: #DADADA. Windows color (decimal): -207455 or 10606076. OLE color: 10606076.

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

Color convert

RGB 252 213 161 -
CMYK 0 0.15 0.36 0.01
HSL 34.29º 0.94% 0.81% -
HSV(B) 34.29º 0.36% 0.99% -
XYZ 70.37 70.86 43.69 -
YUV 218.73 95.42 151.73 -
System Red Green Blue C M Y K H S L
Decimal 252 213 161 0 0.15 0.36 0.01 34.29 0.94 0.81
Hex FC D5 A1 0 F 24 1 22 5E 51
Octal 374 325 241 0 17 44 1 42 136 121
Binary 11111100 11010101 10100001 0 1111 100100 1 100010 1011110 1010001

Color Harmonies of #FCD5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD5A1

Black with #FCD5A1

Text Example


Text Example

White with #FCD5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD5A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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