Html Css Color HEX #F8FEDC Rice Flower

📋 copy color: '#F8FEDC'

red 248 ◦ green 254 ◦ blue 220

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

Shades of Rice Flower #F8FEDC

Tints of Rice Flower #F8FEDC

RGB

 RED value IS 248 (97.27% from 255) = 34.35%

 GREEN value IS 254 (99.61% from 255) = 35.18%

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

R = 34.35%
G = 35.18%
B = 30.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#F8FEDC (or 0xF8FEDC) is known color: Rice Flower. HEX triplet: F8, FE and DC. RGB value is (248,254,220). Sum of RGB (Red+Green+Blue) = 248+254+220=722 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.35% from 722); Green value is 254 (99.61% from 255 or 35.18% from 722); Blue value is 220 (86.33% from 255 or 30.47% from 722); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FEDC is #070123. Grayscale: #F8F8F8. Windows color (decimal): -459044 or 14483192. OLE color: 14483192.

HSL color Cylindrical-coordinate representation of color #F8FEDC: hue angle of 70.59º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F8FEDC is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 248 254 220 -
CMYK 0.02 0 0.13 0.00
HSL 70.59º 0.94% 0.93% -
HSV(B) 70.59º 0.13% 1% -
XYZ 87.07 96.01 81.65 -
YUV 248.33 112.01 127.76 -
System Red Green Blue C M Y K H S L
Decimal 248 254 220 0.02 0 0.13 0.00 70.59 0.94 0.93
Hex F8 FE DC 2 0 D 0 47 5E 5D
Octal 370 376 334 2 0 15 0 107 136 135
Binary 11111000 11111110 11011100 10 0 1101 0 1000111 1011110 1011101

Color Harmonies of #F8FEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FEDC

Black with #F8FEDC

Text Example


Text Example

White with #F8FEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FEDC; }

 p { color: rgb(248,254,220); }

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

background-color css

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

 a { background-color: rgb(248,254,220); }

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

border-color css

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

 span { border-color: rgb(248,254,220); }

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