#F5FBDC

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

Shades of Rice Flower #F5FBDC

Tints of Rice Flower #F5FBDC

Color information

#F5FBDC (or 0xF5FBDC) is unknown color: approx Rice Flower. HEX triplet: F5, FB and DC. RGB value is (245,251,220). Sum of RGB (Red+Green+Blue) = 245+251+220=716 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.22% from 716); Green value is 251 (98.44% from 255 or 35.06% from 716); Blue value is 220 (86.33% from 255 or 30.73% from 716); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FBDC is #0A0423. Grayscale: #F5F5F5. Windows color (decimal): -656420 or 14482421. OLE color: 14482421.

HSL color Cylindrical-coordinate representation of color #F5FBDC: hue angle of 71.61º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F5FBDC is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB245251220-
CMYK0.0200.120.02
HSL71.61º79.49%92.35%-
HSV(B)71.61º12.35%98.43%-
XYZ85.0793.5781.29-
YUV245.67113.51127.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.22%
GREEN value IS 251 (98.44% from 255) = 35.06%
BLUE value IS 220 (86.33% from 255) = 30.73%
R=34.22%
G=35.06%
B=30.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452512200.0200.120.0271.6179.4992.35
HexF5FBDC20C2484f5c
Octal36537333420142110117134
Binary111101011111101111011100100110010100100010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FBDC; }

 p { color: rgb(245,251,220); }

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

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

 a { background-color: rgb(245,251,220); }

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

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

 span { border-color: rgb(245,251,220); }

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