Html Css Color HEX #F4FCDA Rice Flower

📋 copy color: '#F4FCDA'

red 244 ◦ green 252 ◦ blue 218

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

Shades of Rice Flower #F4FCDA

Tints of Rice Flower #F4FCDA

RGB

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

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

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

R = 34.17%
G = 35.29%
B = 30.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#F4FCDA (or 0xF4FCDA) is known color: Rice Flower. HEX triplet: F4, FC and DA. RGB value is (244,252,218). Sum of RGB (Red+Green+Blue) = 244+252+218=714 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.17% from 714); Green value is 252 (98.83% from 255 or 35.29% from 714); Blue value is 218 (85.55% from 255 or 30.53% from 714); Max value from RGB is 252 - color contains mainly: green. Hex color #F4FCDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FCDA is #0B0325. Grayscale: #F5F5F5. Windows color (decimal): -721702 or 14351604. OLE color: 14351604.

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

Color convert

RGB 244 252 218 -
CMYK 0.03 0 0.13 0.01
HSL 74.12º 0.85% 0.92% -
HSV(B) 74.12º 0.13% 0.99% -
XYZ 84.77 93.92 79.99 -
YUV 245.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 244 252 218 0.03 0 0.13 0.01 74.12 0.85 0.92
Hex F4 FC DA 3 0 D 1 4A 55 5C
Octal 364 374 332 3 0 15 1 112 125 134
Binary 11110100 11111100 11011010 11 0 1101 1 1001010 1010101 1011100

Color Harmonies of #F4FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4FCDA

Black with #F4FCDA

Text Example


Text Example

White with #F4FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4FCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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