Html Css Color HEX #F4FCD5 Rice Flower

📋 copy color: '#F4FCD5'

red 244 ◦ green 252 ◦ blue 213

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

Shades of Rice Flower #F4FCD5

Tints of Rice Flower #F4FCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 30.04%

R = 34.41%
G = 35.54%
B = 30.04%

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

#F4FCD5 (or 0xF4FCD5) is known color: Rice Flower. HEX triplet: F4, FC and D5. RGB value is (244,252,213). Sum of RGB (Red+Green+Blue) = 244+252+213=709 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.41% from 709); Green value is 252 (98.83% from 255 or 35.54% from 709); Blue value is 213 (83.59% from 255 or 30.04% from 709); Max value from RGB is 252 - color contains mainly: green. Hex color #F4FCD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FCD5 is #0B032A. Grayscale: #F5F5F5. Windows color (decimal): -721707 or 14023924. OLE color: 14023924.

HSL color Cylindrical-coordinate representation of color #F4FCD5: hue angle of 72.31º degrees, saturation: 0.87, 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 #F4FCD5 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 244 252 213 -
CMYK 0.03 0 0.15 0.01
HSL 72.31º 0.87% 0.91% -
HSV(B) 72.31º 0.15% 0.99% -
XYZ 84.13 93.66 76.59 -
YUV 245.16 109.85 127.17 -
System Red Green Blue C M Y K H S L
Decimal 244 252 213 0.03 0 0.15 0.01 72.31 0.87 0.91
Hex F4 FC D5 3 0 F 1 48 57 5B
Octal 364 374 325 3 0 17 1 110 127 133
Binary 11110100 11111100 11010101 11 0 1111 1 1001000 1010111 1011011

Color Harmonies of #F4FCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4FCD5

Black with #F4FCD5

Text Example


Text Example

White with #F4FCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4FCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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