#F3FFD0

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

Shades of Rice Flower #F3FFD0

Tints of Rice Flower #F3FFD0

Color information

#F3FFD0 (or 0xF3FFD0) is unknown color: approx Rice Flower. HEX triplet: F3, FF and D0. RGB value is (243,255,208). Sum of RGB (Red+Green+Blue) = 243+255+208=706 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.42% from 706); Green value is 255 (100% from 255 or 36.12% from 706); Blue value is 208 (81.64% from 255 or 29.46% from 706); Max value from RGB is 255 - color contains mainly: green. Hex color #F3FFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FFD0 is #0C002F. Grayscale: #F6F6F6. Windows color (decimal): -786480 or 13697011. OLE color: 13697011.

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

Color convert

RGB243255208-
CMYK0.0500.180
HSL75.32º100%90.78%-
HSV(B)75.32º18.43%100%-
XYZ84.1195.1373.6-
YUV246.05106.52125.82-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.42%
GREEN value IS 255 (100% from 255) = 36.12%
BLUE value IS 208 (81.64% from 255) = 29.46%
R=34.42%
G=36.12%
B=29.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2432552080.0500.18075.3210090.78
HexF3FFD0501204b645b
Octal36337732050220113144133
Binary1111001111111111110100001010100100100101111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FFD0; }

 p { color: rgb(243,255,208); }

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

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

 a { background-color: rgb(243,255,208); }

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

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

 span { border-color: rgb(243,255,208); }

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