Html Css Color HEX #F6FDDB Rice Flower

📋 copy color: '#F6FDDB'

red 246 ◦ green 253 ◦ blue 219

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

Shades of Rice Flower #F6FDDB

Tints of Rice Flower #F6FDDB

RGB

 RED value IS 246 (96.48% from 255) = 34.26%

 GREEN value IS 253 (99.22% from 255) = 35.24%

 BLUE value IS 219 (85.94% from 255) = 30.5%

R = 34.26%
G = 35.24%
B = 30.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#F6FDDB (or 0xF6FDDB) is known color: Rice Flower. HEX triplet: F6, FD and DB. RGB value is (246,253,219). Sum of RGB (Red+Green+Blue) = 246+253+219=718 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.26% from 718); Green value is 253 (99.22% from 255 or 35.24% from 718); Blue value is 219 (85.94% from 255 or 30.50% from 718); Max value from RGB is 253 - color contains mainly: green. Hex color #F6FDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FDDB is #090224. Grayscale: #F7F7F7. Windows color (decimal): -590373 or 14417398. OLE color: 14417398.

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

Color convert

RGB 246 253 219 -
CMYK 0.03 0 0.13 0.01
HSL 72.35º 0.89% 0.93% -
HSV(B) 72.35º 0.13% 0.99% -
XYZ 85.92 94.96 80.82 -
YUV 247.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 246 253 219 0.03 0 0.13 0.01 72.35 0.89 0.93
Hex F6 FD DB 3 0 D 1 48 59 5D
Octal 366 375 333 3 0 15 1 110 131 135
Binary 11110110 11111101 11011011 11 0 1101 1 1001000 1011001 1011101

Color Harmonies of #F6FDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6FDDB

Black with #F6FDDB

Text Example


Text Example

White with #F6FDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6FDDB; }

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

 H1.HeaderClassName
 {
   color: #F6FDDB;
 }
 .AnyTagClassName
 {
   color: #F6FDDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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