#F4FADC

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

Shades of Rice Flower #F4FADC

Tints of Rice Flower #F4FADC

Color information

#F4FADC (or 0xF4FADC) is unknown color: approx Rice Flower. HEX triplet: F4, FA and DC. RGB value is (244,250,220). Sum of RGB (Red+Green+Blue) = 244+250+220=714 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.17% from 714); Green value is 250 (98.05% from 255 or 35.01% from 714); Blue value is 220 (86.33% from 255 or 30.81% from 714); Max value from RGB is 250 - color contains mainly: green. Hex color #F4FADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FADC is #0B0523. Grayscale: #F4F4F4. Windows color (decimal): -722212 or 14482164. OLE color: 14482164.

HSL color Cylindrical-coordinate representation of color #F4FADC: hue angle of 72º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F4FADC is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB244250220-
CMYK0.0200.120.02
HSL72º75%92.16%-
HSV(B)72º12%98.04%-
XYZ84.4192.7781.17-
YUV244.79114.01127.44-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.17%
GREEN value IS 250 (98.05% from 255) = 35.01%
BLUE value IS 220 (86.33% from 255) = 30.81%
R=34.17%
G=35.01%
B=30.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442502200.0200.120.02727592.16
HexF4FADC20C2484b5c
Octal36437233420142110113134
Binary111101001111101011011100100110010100100010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FADC; }

 p { color: rgb(244,250,220); }

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

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

 a { background-color: rgb(244,250,220); }

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

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

 span { border-color: rgb(244,250,220); }

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