Html Css Color HEX #F8FED8 Rice Flower

📋 copy color: '#F8FED8'

red 248 ◦ green 254 ◦ blue 216

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

Shades of Rice Flower #F8FED8

Tints of Rice Flower #F8FED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 30.08%

R = 34.54%
G = 35.38%
B = 30.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#F8FED8 (or 0xF8FED8) is known color: Rice Flower. HEX triplet: F8, FE and D8. RGB value is (248,254,216). Sum of RGB (Red+Green+Blue) = 248+254+216=718 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.54% from 718); Green value is 254 (99.61% from 255 or 35.38% from 718); Blue value is 216 (84.77% from 255 or 30.08% from 718); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FED8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FED8 is #070127. Grayscale: #F8F8F8. Windows color (decimal): -459048 or 14221048. OLE color: 14221048.

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

Color convert

RGB 248 254 216 -
CMYK 0.02 0 0.15 0.00
HSL 69.47º 0.95% 0.92% -
HSV(B) 69.47º 0.15% 1% -
XYZ 86.55 95.8 78.9 -
YUV 247.87 110.01 128.09 -
System Red Green Blue C M Y K H S L
Decimal 248 254 216 0.02 0 0.15 0.00 69.47 0.95 0.92
Hex F8 FE D8 2 0 F 0 45 5F 5C
Octal 370 376 330 2 0 17 0 105 137 134
Binary 11111000 11111110 11011000 10 0 1111 0 1000101 1011111 1011100

Color Harmonies of #F8FED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FED8

Black with #F8FED8

Text Example


Text Example

White with #F8FED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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