Html Css Color HEX #F6FCDD Rice Flower

📋 copy color: '#F6FCDD'

red 246 ◦ green 252 ◦ blue 221

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

Shades of Rice Flower #F6FCDD

Tints of Rice Flower #F6FCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 30.74%

R = 34.21%
G = 35.05%
B = 30.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#F6FCDD (or 0xF6FCDD) is known color: Rice Flower. HEX triplet: F6, FC and DD. RGB value is (246,252,221). Sum of RGB (Red+Green+Blue) = 246+252+221=719 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.21% from 719); Green value is 252 (98.83% from 255 or 35.05% from 719); Blue value is 221 (86.72% from 255 or 30.74% from 719); Max value from RGB is 252 - color contains mainly: green. Hex color #F6FCDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FCDD is #090322. Grayscale: #F6F6F6. Windows color (decimal): -590627 or 14548214. OLE color: 14548214.

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

Color convert

RGB 246 252 221 -
CMYK 0.02 0 0.12 0.01
HSL 71.61º 0.84% 0.93% -
HSV(B) 71.61º 0.12% 0.99% -
XYZ 85.87 94.43 82.11 -
YUV 246.67 113.51 127.52 -
System Red Green Blue C M Y K H S L
Decimal 246 252 221 0.02 0 0.12 0.01 71.61 0.84 0.93
Hex F6 FC DD 2 0 C 1 48 54 5D
Octal 366 374 335 2 0 14 1 110 124 135
Binary 11110110 11111100 11011101 10 0 1100 1 1001000 1010100 1011101

Color Harmonies of #F6FCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6FCDD

Black with #F6FCDD

Text Example


Text Example

White with #F6FCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6FCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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