Html Css Color HEX #F4FCDC Rice Flower

📋 copy color: '#F4FCDC'

red 244 ◦ green 252 ◦ blue 220

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

Shades of Rice Flower #F4FCDC

Tints of Rice Flower #F4FCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 30.73%

R = 34.08%
G = 35.2%
B = 30.73%

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

#F4FCDC (or 0xF4FCDC) is known color: Rice Flower. HEX triplet: F4, FC and DC. RGB value is (244,252,220). Sum of RGB (Red+Green+Blue) = 244+252+220=716 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.08% from 716); Green value is 252 (98.83% from 255 or 35.20% from 716); Blue value is 220 (86.33% from 255 or 30.73% from 716); Max value from RGB is 252 - color contains mainly: green. Hex color #F4FCDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FCDC is #0B0323. Grayscale: #F6F6F6. Windows color (decimal): -721700 or 14482676. OLE color: 14482676.

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

Color convert

RGB 244 252 220 -
CMYK 0.03 0 0.13 0.01
HSL 75º 0.84% 0.93% -
HSV(B) 75º 0.13% 0.99% -
XYZ 85.04 94.02 81.38 -
YUV 245.96 113.35 126.6 -
System Red Green Blue C M Y K H S L
Decimal 244 252 220 0.03 0 0.13 0.01 75 0.84 0.93
Hex F4 FC DC 3 0 D 1 4B 54 5D
Octal 364 374 334 3 0 15 1 113 124 135
Binary 11110100 11111100 11011100 11 0 1101 1 1001011 1010100 1011101

Color Harmonies of #F4FCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4FCDC

Black with #F4FCDC

Text Example


Text Example

White with #F4FCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4FCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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