#F8FFDC

Color #F8FFDC Rice Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rice Flower #F8FFDC

Tints of Rice Flower #F8FFDC

Color information

#F8FFDC (or 0xF8FFDC) is unknown color: approx Rice Flower. HEX triplet: F8, FF and DC. RGB value is (248,255,220). Sum of RGB (Red+Green+Blue) = 248+255+220=723 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.30% from 723); Green value is 255 (100% from 255 or 35.27% from 723); Blue value is 220 (86.33% from 255 or 30.43% from 723); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FFDC is #070023. Grayscale: #F9F9F9. Windows color (decimal): -458788 or 14483448. OLE color: 14483448.

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

Color convert

RGB248255220-
CMYK0.0300.140
HSL72º100%93.14%-
HSV(B)72º13.73%100%-
XYZ87.3996.6481.76-
YUV248.92111.68127.35-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.30%
GREEN value IS 255 (100% from 255) = 35.27%
BLUE value IS 220 (86.33% from 255) = 30.43%
R=34.30%
G=35.27%
B=30.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2482552200.0300.1407210093.14
HexF8FFDC30E048645d
Octal37037733430160110144135
Binary11111000111111111101110011011100100100011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FFDC; }

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

 H1.HeaderClassName
 {
   color: #F8FFDC;
 }
 .AnyTagClassName
 {
   color: #F8FFDC;
 }
</style>
background-color css

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

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

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

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

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

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