#FDDB9F

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

Shades of Frangipani #FDDB9F

Tints of Frangipani #FDDB9F

Color information

#FDDB9F (or 0xFDDB9F) is unknown color: approx Frangipani. HEX triplet: FD, DB and 9F. RGB value is (253,219,159). Sum of RGB (Red+Green+Blue) = 253+219+159=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 159 (62.5% from 255 or 25.20% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDB9F is #022460. Grayscale: #DEDEDE. Windows color (decimal): -140385 or 10476541. OLE color: 10476541.

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

Color convert

RGB253219159-
CMYK00.130.370.01
HSL38.3º95.92%80.78%-
HSV(B)38.3º37.15%99.22%-
XYZ72.174.0543.29-
YUV222.3392.26149.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.10%
GREEN value IS 219 (85.94% from 255) = 34.71%
BLUE value IS 159 (62.5% from 255) = 25.20%
R=40.10%
G=34.71%
B=25.20%

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
Decimal25321915900.130.370.0138.395.9280.78
HexFDDB9F0D251266051
Octal37533323701545146140121
Binary11111101110110111001111101101100101110011011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDB9F; }

 p { color: rgb(253,219,159); }

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

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

 a { background-color: rgb(253,219,159); }

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

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

 span { border-color: rgb(253,219,159); }

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