#FDDBA2

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

Shades of Frangipani #FDDBA2

Tints of Frangipani #FDDBA2

Color information

#FDDBA2 (or 0xFDDBA2) is unknown color: approx Frangipani. HEX triplet: FD, DB and A2. RGB value is (253,219,162). Sum of RGB (Red+Green+Blue) = 253+219+162=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 162 (63.67% from 255 or 25.55% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDBA2 is #02245D. Grayscale: #DEDEDE. Windows color (decimal): -140382 or 10673149. OLE color: 10673149.

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

Color convert

RGB253219162-
CMYK00.130.360.01
HSL37.58º95.79%81.37%-
HSV(B)37.58º35.97%99.22%-
XYZ72.3674.1544.68-
YUV222.6793.76149.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.91%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 162 (63.67% from 255) = 25.55%
R=39.91%
G=34.54%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321916200.130.360.0137.5895.7981.37
HexFDDBA20D241266051
Octal37533324201544146140121
Binary11111101110110111010001001101100100110011011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDBA2; }

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

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

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

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

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

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

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

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