#FCDA9E

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

Shades of Frangipani #FCDA9E

Tints of Frangipani #FCDA9E

Color information

#FCDA9E (or 0xFCDA9E) is unknown color: approx Frangipani. HEX triplet: FC, DA and 9E. RGB value is (252,218,158). Sum of RGB (Red+Green+Blue) = 252+218+158=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 158 (62.11% from 255 or 25.16% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDA9E is #032561. Grayscale: #DDDDDD. Windows color (decimal): -206178 or 10410748. OLE color: 10410748.

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

Color convert

RGB252218158-
CMYK00.130.370.01
HSL38.3º94%80.39%-
HSV(B)38.3º37.3%98.82%-
XYZ71.3973.3142.73-
YUV221.3392.26149.88-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.13%
GREEN value IS 218 (85.55% from 255) = 34.71%
BLUE value IS 158 (62.11% from 255) = 25.16%
R=40.13%
G=34.71%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221815800.130.370.0138.39480.39
HexFCDA9E0D251265e50
Octal37433223601545146136120
Binary11111100110110101001111001101100101110011010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDA9E; }

 p { color: rgb(252,218,158); }

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

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

 a { background-color: rgb(252,218,158); }

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

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

 span { border-color: rgb(252,218,158); }

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