#F7FDDD

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

Shades of Rice Flower #F7FDDD

Tints of Rice Flower #F7FDDD

Color information

#F7FDDD (or 0xF7FDDD) is unknown color: approx Rice Flower. HEX triplet: F7, FD and DD. RGB value is (247,253,221). Sum of RGB (Red+Green+Blue) = 247+253+221=721 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.26% from 721); Green value is 253 (99.22% from 255 or 35.09% from 721); Blue value is 221 (86.72% from 255 or 30.65% from 721); Max value from RGB is 253 - color contains mainly: green. Hex color #F7FDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7FDDD is #080222. Grayscale: #F7F7F7. Windows color (decimal): -524835 or 14548471. OLE color: 14548471.

HSL color Cylindrical-coordinate representation of color #F7FDDD: hue angle of 71.25º 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 #F7FDDD is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB247253221-
CMYK0.0200.130.01
HSL71.25º88.89%92.94%-
HSV(B)71.25º12.65%99.22%-
XYZ86.5395.2582.23-
YUV247.56113.01127.6-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.26%
GREEN value IS 253 (99.22% from 255) = 35.09%
BLUE value IS 221 (86.72% from 255) = 30.65%
R=34.26%
G=35.09%
B=30.65%

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
Decimal2472532210.0200.130.0171.2588.8992.94
HexF7FDDD20D147595d
Octal36737533520151107131135
Binary11110111111111011101110110011011100011110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FDDD; }

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

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

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

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

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

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

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

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