Html Css Color HEX #F6FFDC Rice Flower

📋 copy color: '#F6FFDC'

red 246 ◦ green 255 ◦ blue 220

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

Shades of Rice Flower #F6FFDC

Tints of Rice Flower #F6FFDC

RGB

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

 GREEN value IS 255 (100% from 255) = 35.37%

 BLUE value IS 220 (86.33% from 255) = 30.51%

R = 34.12%
G = 35.37%
B = 30.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#F6FFDC (or 0xF6FFDC) is known color: Rice Flower. HEX triplet: F6, FF and DC. RGB value is (246,255,220). Sum of RGB (Red+Green+Blue) = 246+255+220=721 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.12% from 721); Green value is 255 (100% from 255 or 35.37% from 721); Blue value is 220 (86.33% from 255 or 30.51% from 721); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FFDC is #090023. Grayscale: #F8F8F8. Windows color (decimal): -589860 or 14483446. OLE color: 14483446.

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

Color convert

RGB 246 255 220 -
CMYK 0.04 0 0.14 0
HSL 75.43º 1% 0.93% -
HSV(B) 75.43º 0.14% 1% -
XYZ 86.68 96.28 81.73 -
YUV 248.32 112.02 126.35 -
System Red Green Blue C M Y K H S L
Decimal 246 255 220 0.04 0 0.14 0 75.43 1 0.93
Hex F6 FF DC 4 0 E 0 4B 64 5D
Octal 366 377 334 4 0 16 0 113 144 135
Binary 11110110 11111111 11011100 100 0 1110 0 1001011 1100100 1011101

Color Harmonies of #F6FFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6FFDC

Black with #F6FFDC

Text Example


Text Example

White with #F6FFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6FFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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