#F2FACF

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

Shades of Rice Flower #F2FACF

Tints of Rice Flower #F2FACF

Color information

#F2FACF (or 0xF2FACF) is unknown color: approx Rice Flower. HEX triplet: F2, FA and CF. RGB value is (242,250,207). Sum of RGB (Red+Green+Blue) = 242+250+207=699 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.62% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 207 (81.25% from 255 or 29.61% from 699); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FACF is #0D0530. Grayscale: #F2F2F2. Windows color (decimal): -853297 or 13630194. OLE color: 13630194.

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

Color convert

RGB242250207-
CMYK0.0300.170.02
HSL71.16º81.13%89.61%-
HSV(B)71.16º17.2%98.04%-
XYZ82.0791.7572.42-
YUV242.71107.85127.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.62%
GREEN value IS 250 (98.05% from 255) = 35.77%
BLUE value IS 207 (81.25% from 255) = 29.61%
R=34.62%
G=35.77%
B=29.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422502070.0300.170.0271.1681.1389.61
HexF2FACF3011247515a
Octal36237231730212107121132
Binary1111001011111010110011111101000110100011110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FACF; }

 p { color: rgb(242,250,207); }

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

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

 a { background-color: rgb(242,250,207); }

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

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

 span { border-color: rgb(242,250,207); }

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