#F2FED5

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

Shades of Rice Flower #F2FED5

Tints of Rice Flower #F2FED5

Color information

#F2FED5 (or 0xF2FED5) is unknown color: approx Rice Flower. HEX triplet: F2, FE and D5. RGB value is (242,254,213). Sum of RGB (Red+Green+Blue) = 242+254+213=709 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.13% from 709); Green value is 254 (99.61% from 255 or 35.83% from 709); Blue value is 213 (83.59% from 255 or 30.04% from 709); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FED5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FED5 is #0D012A. Grayscale: #F5F5F5. Windows color (decimal): -852267 or 14024434. OLE color: 14024434.

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

Color convert

RGB242254213-
CMYK0.0500.160.00
HSL77.56º95.35%91.57%-
HSV(B)77.56º16.14%99.61%-
XYZ84.0794.5676.77-
YUV245.74109.52125.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.13%
GREEN value IS 254 (99.61% from 255) = 35.83%
BLUE value IS 213 (83.59% from 255) = 30.04%
R=34.13%
G=35.83%
B=30.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422542130.0500.160.0077.5695.3591.57
HexF2FED5501004e5f5c
Octal36237632550200116137134
Binary1111001011111110110101011010100000100111010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FED5; }

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

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

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

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

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

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

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

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