#FCD6A1

Color #FCD6A1 Frangipani (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Frangipani #FCD6A1

Tints of Frangipani #FCD6A1

Color information

#FCD6A1 (or 0xFCD6A1) is unknown color: approx Frangipani. HEX triplet: FC, D6 and A1. RGB value is (252,214,161). Sum of RGB (Red+Green+Blue) = 252+214+161=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 161 (63.28% from 255 or 25.68% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD6A1 is #03295E. Grayscale: #DBDBDB. Windows color (decimal): -207199 or 10606332. OLE color: 10606332.

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

Color convert

RGB252214161-
CMYK00.150.360.01
HSL34.95º93.81%80.98%-
HSV(B)34.95º36.11%98.82%-
XYZ70.6271.3643.77-
YUV219.3295.09151.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.19%
GREEN value IS 214 (83.98% from 255) = 34.13%
BLUE value IS 161 (63.28% from 255) = 25.68%
R=40.19%
G=34.13%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221416100.150.360.0134.9593.8180.98
HexFCD6A10F241235e51
Octal37432624101744143136121
Binary11111100110101101010000101111100100110001110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD6A1; }

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

 H1.HeaderClassName
 {
   color: #FCD6A1;
 }
 .AnyTagClassName
 {
   color: #FCD6A1;
 }
</style>
background-color css

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

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

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

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

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

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