Html Css Color HEX #F6FFDA Rice Flower

📋 copy color: '#F6FFDA'

red 246 ◦ green 255 ◦ blue 218

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

Shades of Rice Flower #F6FFDA

Tints of Rice Flower #F6FFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 30.32%

R = 34.21%
G = 35.47%
B = 30.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#F6FFDA (or 0xF6FFDA) is known color: Rice Flower. HEX triplet: F6, FF and DA. RGB value is (246,255,218). Sum of RGB (Red+Green+Blue) = 246+255+218=719 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.21% from 719); Green value is 255 (100% from 255 or 35.47% from 719); Blue value is 218 (85.55% from 255 or 30.32% from 719); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FFDA is #090025. Grayscale: #F8F8F8. Windows color (decimal): -589862 or 14352374. OLE color: 14352374.

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

Color convert

RGB 246 255 218 -
CMYK 0.04 0 0.15 0
HSL 74.59º 1% 0.93% -
HSV(B) 74.59º 0.15% 1% -
XYZ 86.42 96.17 80.34 -
YUV 248.09 111.02 126.51 -
System Red Green Blue C M Y K H S L
Decimal 246 255 218 0.04 0 0.15 0 74.59 1 0.93
Hex F6 FF DA 4 0 F 0 4B 64 5D
Octal 366 377 332 4 0 17 0 113 144 135
Binary 11110110 11111111 11011010 100 0 1111 0 1001011 1100100 1011101

Color Harmonies of #F6FFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6FFDA

Black with #F6FFDA

Text Example


Text Example

White with #F6FFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6FFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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