#F8D6A2

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

Shades of Frangipani #F8D6A2

Tints of Frangipani #F8D6A2

Color information

#F8D6A2 (or 0xF8D6A2) is unknown color: approx Frangipani. HEX triplet: F8, D6 and A2. RGB value is (248,214,162). Sum of RGB (Red+Green+Blue) = 248+214+162=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 214 (83.98% from 255 or 34.29% from 624); Blue value is 162 (63.67% from 255 or 25.96% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D6A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D6A2 is #07295D. Grayscale: #DADADA. Windows color (decimal): -469342 or 10671864. OLE color: 10671864.

HSL color Cylindrical-coordinate representation of color #F8D6A2: hue angle of 36.28º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8D6A2 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB248214162-
CMYK00.140.350.03
HSL36.28º86%80.39%-
HSV(B)36.28º34.68%97.25%-
XYZ69.2870.6644.17-
YUV218.2496.26149.23-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.74%
GREEN value IS 214 (83.98% from 255) = 34.29%
BLUE value IS 162 (63.67% from 255) = 25.96%
R=39.74%
G=34.29%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821416200.140.350.0336.288680.39
HexF8D6A20E233245650
Octal37032624201643344126120
Binary111110001101011010100010011101000111110010010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D6A2; }

 p { color: rgb(248,214,162); }

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

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

 a { background-color: rgb(248,214,162); }

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

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

 span { border-color: rgb(248,214,162); }

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