#F7FDDB

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

Shades of Rice Flower #F7FDDB

Tints of Rice Flower #F7FDDB

Color information

#F7FDDB (or 0xF7FDDB) is unknown color: approx Rice Flower. HEX triplet: F7, FD and DB. RGB value is (247,253,219). Sum of RGB (Red+Green+Blue) = 247+253+219=719 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.35% from 719); Green value is 253 (99.22% from 255 or 35.19% from 719); Blue value is 219 (85.94% from 255 or 30.46% from 719); Max value from RGB is 253 - color contains mainly: green. Hex color #F7FDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7FDDB is #080224. Grayscale: #F7F7F7. Windows color (decimal): -524837 or 14417399. OLE color: 14417399.

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

Color convert

RGB247253219-
CMYK0.0200.130.01
HSL70.59º89.47%92.55%-
HSV(B)70.59º13.44%99.22%-
XYZ86.2795.1480.83-
YUV247.33112.01127.76-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.35%
GREEN value IS 253 (99.22% from 255) = 35.19%
BLUE value IS 219 (85.94% from 255) = 30.46%
R=34.35%
G=35.19%
B=30.46%

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
Decimal2472532190.0200.130.0170.5989.4792.55
HexF7FDDB20D147595d
Octal36737533320151107131135
Binary11110111111111011101101110011011100011110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FDDB; }

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

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

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

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

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

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

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

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