#F2FFD5

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

Shades of Rice Flower #F2FFD5

Tints of Rice Flower #F2FFD5

Color information

#F2FFD5 (or 0xF2FFD5) is unknown color: approx Rice Flower. HEX triplet: F2, FF and D5. RGB value is (242,255,213). Sum of RGB (Red+Green+Blue) = 242+255+213=710 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.08% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 213 (83.59% from 255 or 30% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FFD5 is #0D002A. Grayscale: #F6F6F6. Windows color (decimal): -852011 or 14024690. OLE color: 14024690.

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

Color convert

RGB242255213-
CMYK0.0500.160
HSL78.57º100%91.76%-
HSV(B)78.57º16.47%100%-
XYZ84.3995.276.88-
YUV246.32109.19124.92-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.08%
GREEN value IS 255 (100% from 255) = 35.92%
BLUE value IS 213 (83.59% from 255) = 30%
R=34.08%
G=35.92%
B=30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422552130.0500.16078.5710091.76
HexF2FFD5501004f645c
Octal36237732550200117144134
Binary1111001011111111110101011010100000100111111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FFD5; }

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

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

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

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

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

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

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

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