#F2FCCF

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

Shades of Rice Flower #F2FCCF

Tints of Rice Flower #F2FCCF

Color information

#F2FCCF (or 0xF2FCCF) is unknown color: approx Rice Flower. HEX triplet: F2, FC and CF. RGB value is (242,252,207). Sum of RGB (Red+Green+Blue) = 242+252+207=701 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.52% from 701); Green value is 252 (98.83% from 255 or 35.95% from 701); Blue value is 207 (81.25% from 255 or 29.53% from 701); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCCF is #0D0330. Grayscale: #F4F4F4. Windows color (decimal): -852785 or 13630706. OLE color: 13630706.

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

Color convert

RGB242252207-
CMYK0.0400.180.01
HSL73.33º88.24%90%-
HSV(B)73.33º17.86%98.82%-
XYZ82.699372.62-
YUV243.88107.19126.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.52%
GREEN value IS 252 (98.83% from 255) = 35.95%
BLUE value IS 207 (81.25% from 255) = 29.53%
R=34.52%
G=35.95%
B=29.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422522070.0400.180.0173.3388.2490
HexF2FCCF4012149585a
Octal36237431740221111130132
Binary1111001011111100110011111000100101100100110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FCCF; }

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

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

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

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

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

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

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

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