#F2FBCD

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

Shades of Rice Flower #F2FBCD

Tints of Rice Flower #F2FBCD

Color information

#F2FBCD (or 0xF2FBCD) is unknown color: approx Rice Flower. HEX triplet: F2, FB and CD. RGB value is (242,251,205). Sum of RGB (Red+Green+Blue) = 242+251+205=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 205 (80.47% from 255 or 29.37% from 698); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FBCD is #0D0432. Grayscale: #F3F3F3. Windows color (decimal): -853043 or 13499378. OLE color: 13499378.

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

Color convert

RGB242251205-
CMYK0.0400.180.02
HSL71.74º85.19%89.41%-
HSV(B)71.74º18.33%98.43%-
XYZ82.1392.2871.24-
YUV243.06106.52127.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.67%
GREEN value IS 251 (98.44% from 255) = 35.96%
BLUE value IS 205 (80.47% from 255) = 29.37%
R=34.67%
G=35.96%
B=29.37%

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
Decimal2422512050.0400.180.0271.7485.1989.41
HexF2FBCD40122485559
Octal36237331540222110125131
Binary11110010111110111100110110001001010100100010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FBCD; }

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

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

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

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

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

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

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

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