#F2F8DB

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

Shades of Rice Flower #F2F8DB

Tints of Rice Flower #F2F8DB

Color information

#F2F8DB (or 0xF2F8DB) is unknown color: approx Rice Flower. HEX triplet: F2, F8 and DB. RGB value is (242,248,219). Sum of RGB (Red+Green+Blue) = 242+248+219=709 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.13% from 709); Green value is 248 (97.27% from 255 or 34.98% from 709); Blue value is 219 (85.94% from 255 or 30.89% from 709); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F8DB is #0D0724. Grayscale: #F3F3F3. Windows color (decimal): -853797 or 14416114. OLE color: 14416114.

HSL color Cylindrical-coordinate representation of color #F2F8DB: hue angle of 72.41º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2F8DB is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB242248219-
CMYK0.0200.120.03
HSL72.41º67.44%91.57%-
HSV(B)72.41º11.69%97.25%-
XYZ82.9791.1380.23-
YUV242.9114.51127.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.13%
GREEN value IS 248 (97.27% from 255) = 34.98%
BLUE value IS 219 (85.94% from 255) = 30.89%
R=34.13%
G=34.98%
B=30.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2422482190.0200.120.0372.4167.4491.57
HexF2F8DB20C348435c
Octal36237033320143110103134
Binary111100101111100011011011100110011100100010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F8DB; }

 p { color: rgb(242,248,219); }

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

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

 a { background-color: rgb(242,248,219); }

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

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

 span { border-color: rgb(242,248,219); }

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