#F7FDDC

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

Shades of Rice Flower #F7FDDC

Tints of Rice Flower #F7FDDC

Color information

#F7FDDC (or 0xF7FDDC) is unknown color: approx Rice Flower. HEX triplet: F7, FD and DC. RGB value is (247,253,220). Sum of RGB (Red+Green+Blue) = 247+253+220=720 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.31% from 720); Green value is 253 (99.22% from 255 or 35.14% from 720); Blue value is 220 (86.33% from 255 or 30.56% from 720); Max value from RGB is 253 - color contains mainly: green. Hex color #F7FDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7FDDC is #080223. Grayscale: #F7F7F7. Windows color (decimal): -524836 or 14482935. OLE color: 14482935.

HSL color Cylindrical-coordinate representation of color #F7FDDC: hue angle of 70.91º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F7FDDC is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB247253220-
CMYK0.0200.130.01
HSL70.91º89.19%92.75%-
HSV(B)70.91º13.04%99.22%-
XYZ86.495.1981.53-
YUV247.44112.51127.68-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.31%
GREEN value IS 253 (99.22% from 255) = 35.14%
BLUE value IS 220 (86.33% from 255) = 30.56%
R=34.31%
G=35.14%
B=30.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2472532200.0200.130.0170.9189.1992.75
HexF7FDDC20D147595d
Octal36737533420151107131135
Binary11110111111111011101110010011011100011110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FDDC; }

 p { color: rgb(247,253,220); }

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

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

 a { background-color: rgb(247,253,220); }

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

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

 span { border-color: rgb(247,253,220); }

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