#F2FBDA

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

Shades of Rice Flower #F2FBDA

Tints of Rice Flower #F2FBDA

Color information

#F2FBDA (or 0xF2FBDA) is unknown color: approx Rice Flower. HEX triplet: F2, FB and DA. RGB value is (242,251,218). Sum of RGB (Red+Green+Blue) = 242+251+218=711 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.04% from 711); Green value is 251 (98.44% from 255 or 35.30% from 711); Blue value is 218 (85.55% from 255 or 30.66% from 711); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FBDA is #0D0425. Grayscale: #F4F4F4. Windows color (decimal): -853030 or 14351346. OLE color: 14351346.

HSL color Cylindrical-coordinate representation of color #F2FBDA: hue angle of 76.36º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F2FBDA is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB242251218-
CMYK0.0400.130.02
HSL76.36º80.49%91.96%-
HSV(B)76.36º13.15%98.43%-
XYZ83.7792.9379.85-
YUV244.55113.02126.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.04%
GREEN value IS 251 (98.44% from 255) = 35.30%
BLUE value IS 218 (85.55% from 255) = 30.66%
R=34.04%
G=35.30%
B=30.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422512180.0400.130.0276.3680.4991.96
HexF2FBDA40D24c505c
Octal36237333240152114120134
Binary1111001011111011110110101000110110100110010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FBDA; }

 p { color: rgb(242,251,218); }

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

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

 a { background-color: rgb(242,251,218); }

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

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

 span { border-color: rgb(242,251,218); }

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