#F6FBDD

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

Shades of Rice Flower #F6FBDD

Tints of Rice Flower #F6FBDD

Color information

#F6FBDD (or 0xF6FBDD) is unknown color: approx Rice Flower. HEX triplet: F6, FB and DD. RGB value is (246,251,221). Sum of RGB (Red+Green+Blue) = 246+251+221=718 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.26% from 718); Green value is 251 (98.44% from 255 or 34.96% from 718); Blue value is 221 (86.72% from 255 or 30.78% from 718); Max value from RGB is 251 - color contains mainly: green. Hex color #F6FBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FBDD is #090422. Grayscale: #F6F6F6. Windows color (decimal): -590883 or 14547958. OLE color: 14547958.

HSL color Cylindrical-coordinate representation of color #F6FBDD: hue angle of 70º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F6FBDD is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB246251221-
CMYK0.0200.120.02
HSL70º78.95%92.55%-
HSV(B)70º11.95%98.43%-
XYZ85.5593.8182-
YUV246.08113.84127.94-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.26%
GREEN value IS 251 (98.44% from 255) = 34.96%
BLUE value IS 221 (86.72% from 255) = 30.78%
R=34.26%
G=34.96%
B=30.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462512210.0200.120.027078.9592.55
HexF6FBDD20C2464f5d
Octal36637333520142106117135
Binary111101101111101111011101100110010100011010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FBDD; }

 p { color: rgb(246,251,221); }

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

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

 a { background-color: rgb(246,251,221); }

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

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

 span { border-color: rgb(246,251,221); }

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