#F2FBD5

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

Shades of Rice Flower #F2FBD5

Tints of Rice Flower #F2FBD5

Color information

#F2FBD5 (or 0xF2FBD5) is unknown color: approx Rice Flower. HEX triplet: F2, FB and D5. RGB value is (242,251,213). Sum of RGB (Red+Green+Blue) = 242+251+213=706 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.28% from 706); Green value is 251 (98.44% from 255 or 35.55% from 706); Blue value is 213 (83.59% from 255 or 30.17% from 706); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FBD5 is #0D042A. Grayscale: #F4F4F4. Windows color (decimal): -853035 or 14023666. OLE color: 14023666.

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

Color convert

RGB242251213-
CMYK0.0400.150.02
HSL74.21º82.61%90.98%-
HSV(B)74.21º15.14%98.43%-
XYZ83.1392.6876.46-
YUV243.98110.52126.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.28%
GREEN value IS 251 (98.44% from 255) = 35.55%
BLUE value IS 213 (83.59% from 255) = 30.17%
R=34.28%
G=35.55%
B=30.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422512130.0400.150.0274.2182.6190.98
HexF2FBD540F24a535b
Octal36237332540172112123133
Binary1111001011111011110101011000111110100101010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FBD5; }

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

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

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

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

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

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

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

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