#F0FBCF

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

Shades of Rice Flower #F0FBCF

Tints of Rice Flower #F0FBCF

Color information

#F0FBCF (or 0xF0FBCF) is unknown color: approx Rice Flower. HEX triplet: F0, FB and CF. RGB value is (240,251,207). Sum of RGB (Red+Green+Blue) = 240+251+207=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 207 (81.25% from 255 or 29.66% from 698); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FBCF is #0F0430. Grayscale: #F2F2F2. Windows color (decimal): -984113 or 13630448. OLE color: 13630448.

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

Color convert

RGB240251207-
CMYK0.0400.180.02
HSL75º84.62%89.8%-
HSV(B)75º17.53%98.43%-
XYZ81.6992.0272.49-
YUV242.7107.86126.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.38%
GREEN value IS 251 (98.44% from 255) = 35.96%
BLUE value IS 207 (81.25% from 255) = 29.66%
R=34.38%
G=35.96%
B=29.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402512070.0400.180.027584.6289.8
HexF0FBCF401224b555a
Octal36037331740222113125132
Binary11110000111110111100111110001001010100101110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FBCF; }

 p { color: rgb(240,251,207); }

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

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

 a { background-color: rgb(240,251,207); }

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

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

 span { border-color: rgb(240,251,207); }

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