#F2FAD3

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

Shades of Rice Flower #F2FAD3

Tints of Rice Flower #F2FAD3

Color information

#F2FAD3 (or 0xF2FAD3) is unknown color: approx Rice Flower. HEX triplet: F2, FA and D3. RGB value is (242,250,211). Sum of RGB (Red+Green+Blue) = 242+250+211=703 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.42% from 703); Green value is 250 (98.05% from 255 or 35.56% from 703); Blue value is 211 (82.81% from 255 or 30.01% from 703); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FAD3 is #0D052C. Grayscale: #F3F3F3. Windows color (decimal): -853293 or 13892338. OLE color: 13892338.

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

Color convert

RGB242250211-
CMYK0.0300.160.02
HSL72.31º79.59%90.39%-
HSV(B)72.31º15.6%98.04%-
XYZ82.5691.9575.03-
YUV243.16109.85127.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.42%
GREEN value IS 250 (98.05% from 255) = 35.56%
BLUE value IS 211 (82.81% from 255) = 30.01%
R=34.42%
G=35.56%
B=30.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422502110.0300.160.0272.3179.5990.39
HexF2FAD33010248505a
Octal36237232330202110120132
Binary1111001011111010110100111101000010100100010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FAD3; }

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

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

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

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

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

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

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

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