Html Css Color HEX #F6FCDA Rice Flower

📋 copy color: '#F6FCDA'

red 246 ◦ green 252 ◦ blue 218

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

Shades of Rice Flower #F6FCDA

Tints of Rice Flower #F6FCDA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 35.2%

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

R = 34.36%
G = 35.2%
B = 30.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#F6FCDA (or 0xF6FCDA) is known color: Rice Flower. HEX triplet: F6, FC and DA. RGB value is (246,252,218). Sum of RGB (Red+Green+Blue) = 246+252+218=716 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.36% from 716); Green value is 252 (98.83% from 255 or 35.20% from 716); Blue value is 218 (85.55% from 255 or 30.45% from 716); Max value from RGB is 252 - color contains mainly: green. Hex color #F6FCDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FCDA is #090325. Grayscale: #F6F6F6. Windows color (decimal): -590630 or 14351606. OLE color: 14351606.

HSL color Cylindrical-coordinate representation of color #F6FCDA: hue angle of 70.59º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F6FCDA is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 246 252 218 -
CMYK 0.02 0 0.13 0.01
HSL 70.59º 0.85% 0.92% -
HSV(B) 70.59º 0.13% 0.99% -
XYZ 85.47 94.28 80.02 -
YUV 246.33 112.01 127.76 -
System Red Green Blue C M Y K H S L
Decimal 246 252 218 0.02 0 0.13 0.01 70.59 0.85 0.92
Hex F6 FC DA 2 0 D 1 47 55 5C
Octal 366 374 332 2 0 15 1 107 125 134
Binary 11110110 11111100 11011010 10 0 1101 1 1000111 1010101 1011100

Color Harmonies of #F6FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6FCDA

Black with #F6FCDA

Text Example


Text Example

White with #F6FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6FCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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