#F6FFD4

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

Shades of Rice Flower #F6FFD4

Tints of Rice Flower #F6FFD4

Color information

#F6FFD4 (or 0xF6FFD4) is unknown color: approx Rice Flower. HEX triplet: F6, FF and D4. RGB value is (246,255,212). Sum of RGB (Red+Green+Blue) = 246+255+212=713 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.50% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 212 (83.20% from 255 or 29.73% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FFD4 is #09002B. Grayscale: #F7F7F7. Windows color (decimal): -589868 or 13959158. OLE color: 13959158.

HSL color Cylindrical-coordinate representation of color #F6FFD4: hue angle of 72.56º 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 #F6FFD4 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB246255212-
CMYK0.0400.170
HSL72.56º100%91.57%-
HSV(B)72.56º16.86%100%-
XYZ85.6595.8776.28-
YUV247.41108.02127-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.50%
GREEN value IS 255 (100% from 255) = 35.76%
BLUE value IS 212 (83.20% from 255) = 29.73%
R=34.50%
G=35.76%
B=29.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2462552120.0400.17072.5610091.57
HexF6FFD44011049645c
Octal36637732440210111144134
Binary1111011011111111110101001000100010100100111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FFD4; }

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

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

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

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

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

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

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

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