#F7FFD4

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

Shades of Rice Flower #F7FFD4

Tints of Rice Flower #F7FFD4

Color information

#F7FFD4 (or 0xF7FFD4) is unknown color: approx Rice Flower. HEX triplet: F7, FF and D4. RGB value is (247,255,212). Sum of RGB (Red+Green+Blue) = 247+255+212=714 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.59% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 212 (83.20% from 255 or 29.69% from 714); Max value from RGB is 255 - color contains mainly: green. Hex color #F7FFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7FFD4 is #08002B. Grayscale: #F7F7F7. Windows color (decimal): -524332 or 13959159. OLE color: 13959159.

HSL color Cylindrical-coordinate representation of color #F7FFD4: hue angle of 71.16º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7FFD4 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB247255212-
CMYK0.0300.170
HSL71.16º100%91.57%-
HSV(B)71.16º16.86%100%-
XYZ8696.0576.29-
YUV247.71107.85127.5-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.59%
GREEN value IS 255 (100% from 255) = 35.71%
BLUE value IS 212 (83.20% from 255) = 29.69%
R=34.59%
G=35.71%
B=29.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2472552120.0300.17071.1610091.57
HexF7FFD43011047645c
Octal36737732430210107144134
Binary111101111111111111010100110100010100011111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FFD4; }

 p { color: rgb(247,255,212); }

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

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

 a { background-color: rgb(247,255,212); }

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

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

 span { border-color: rgb(247,255,212); }

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