#F2FECF

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

Shades of Rice Flower #F2FECF

Tints of Rice Flower #F2FECF

Color information

#F2FECF (or 0xF2FECF) is unknown color: approx Rice Flower. HEX triplet: F2, FE and CF. RGB value is (242,254,207). Sum of RGB (Red+Green+Blue) = 242+254+207=703 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.42% from 703); Green value is 254 (99.61% from 255 or 36.13% from 703); Blue value is 207 (81.25% from 255 or 29.45% from 703); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FECF is #0D0130. Grayscale: #F5F5F5. Windows color (decimal): -852273 or 13631218. OLE color: 13631218.

HSL color Cylindrical-coordinate representation of color #F2FECF: hue angle of 75.32º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2FECF is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB242254207-
CMYK0.0500.190.00
HSL75.32º95.92%90.39%-
HSV(B)75.32º18.5%99.61%-
XYZ83.3294.2772.84-
YUV245.05106.52125.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.42%
GREEN value IS 254 (99.61% from 255) = 36.13%
BLUE value IS 207 (81.25% from 255) = 29.45%
R=34.42%
G=36.13%
B=29.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422542070.0500.190.0075.3295.9290.39
HexF2FECF501304b605a
Octal36237631750230113140132
Binary1111001011111110110011111010100110100101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FECF; }

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

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

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

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

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

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

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

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