Html Css Color HEX #F4FCD6 Rice Flower

📋 copy color: '#F4FCD6'

red 244 ◦ green 252 ◦ blue 214

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

Shades of Rice Flower #F4FCD6

Tints of Rice Flower #F4FCD6

RGB

 RED value IS 244 (95.7% from 255) = 34.37%

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

 BLUE value IS 214 (83.98% from 255) = 30.14%

R = 34.37%
G = 35.49%
B = 30.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#F4FCD6 (or 0xF4FCD6) is known color: Rice Flower. HEX triplet: F4, FC and D6. RGB value is (244,252,214). Sum of RGB (Red+Green+Blue) = 244+252+214=710 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.37% from 710); Green value is 252 (98.83% from 255 or 35.49% from 710); Blue value is 214 (83.98% from 255 or 30.14% from 710); Max value from RGB is 252 - color contains mainly: green. Hex color #F4FCD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FCD6 is #0B0329. Grayscale: #F5F5F5. Windows color (decimal): -721706 or 14089460. OLE color: 14089460.

HSL color Cylindrical-coordinate representation of color #F4FCD6: hue angle of 72.63º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4FCD6 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 244 252 214 -
CMYK 0.03 0 0.15 0.01
HSL 72.63º 0.86% 0.91% -
HSV(B) 72.63º 0.15% 0.99% -
XYZ 84.26 93.71 77.27 -
YUV 245.28 110.35 127.09 -
System Red Green Blue C M Y K H S L
Decimal 244 252 214 0.03 0 0.15 0.01 72.63 0.86 0.91
Hex F4 FC D6 3 0 F 1 49 56 5B
Octal 364 374 326 3 0 17 1 111 126 133
Binary 11110100 11111100 11010110 11 0 1111 1 1001001 1010110 1011011

Color Harmonies of #F4FCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4FCD6

Black with #F4FCD6

Text Example


Text Example

White with #F4FCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4FCD6; }

 p { color: rgb(244,252,214); }

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

background-color css

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

 a { background-color: rgb(244,252,214); }

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

border-color css

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

 span { border-color: rgb(244,252,214); }

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