Html Css Color HEX #F6FBDD Rice Flower

📋 copy color: '#F6FBDD'

red 246 ◦ green 251 ◦ blue 221

#F6FBDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rice Flower #F6FBDD

Tints of Rice Flower #F6FBDD

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 value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F6FBDD (or 0xF6FBDD) is known color: 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

RGB 246 251 221 -
CMYK 0.02 0 0.12 0.02
HSL 70º 0.79% 0.93% -
HSV(B) 70º 0.12% 0.98% -
XYZ 85.55 93.81 82 -
YUV 246.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 246 251 221 0.02 0 0.12 0.02 70 0.79 0.93
Hex F6 FB DD 2 0 C 2 46 4F 5D
Octal 366 373 335 2 0 14 2 106 117 135
Binary 11110110 11111011 11011101 10 0 1100 10 1000110 1001111 1011101

Color Harmonies of #F6FBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6FBDD

Black with #F6FBDD

Text Example


Text Example

White with #F6FBDD

Text Example


Text Example

HTML Codes & Css Web 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>