#F2FACD

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

Shades of Rice Flower #F2FACD

Tints of Rice Flower #F2FACD

Color information

#F2FACD (or 0xF2FACD) is unknown color: approx Rice Flower. HEX triplet: F2, FA and CD. RGB value is (242,250,205). Sum of RGB (Red+Green+Blue) = 242+250+205=697 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.72% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 205 (80.47% from 255 or 29.41% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FACD is #0D0532. Grayscale: #F2F2F2. Windows color (decimal): -853299 or 13499122. OLE color: 13499122.

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

Color convert

RGB242250205-
CMYK0.0300.180.02
HSL70.67º81.82%89.22%-
HSV(B)70.67º18%98.04%-
XYZ81.8291.6671.14-
YUV242.48106.85127.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.72%
GREEN value IS 250 (98.05% from 255) = 35.87%
BLUE value IS 205 (80.47% from 255) = 29.41%
R=34.72%
G=35.87%
B=29.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422502050.0300.180.0270.6781.8289.22
HexF2FACD30122475259
Octal36237231530222107122131
Binary1111001011111010110011011101001010100011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FACD; }

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

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

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

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

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

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

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

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