#F3FFD4

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

Shades of Rice Flower #F3FFD4

Tints of Rice Flower #F3FFD4

Color information

#F3FFD4 (or 0xF3FFD4) is unknown color: approx Rice Flower. HEX triplet: F3, FF and D4. RGB value is (243,255,212). Sum of RGB (Red+Green+Blue) = 243+255+212=710 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.23% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 212 (83.20% from 255 or 29.86% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #F3FFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FFD4 is #0C002B. Grayscale: #F6F6F6. Windows color (decimal): -786476 or 13959155. OLE color: 13959155.

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

Color convert

RGB243255212-
CMYK0.0500.170
HSL76.74º100%91.57%-
HSV(B)76.74º16.86%100%-
XYZ84.6195.3376.23-
YUV246.51108.52125.5-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.23%
GREEN value IS 255 (100% from 255) = 35.92%
BLUE value IS 212 (83.20% from 255) = 29.86%
R=34.23%
G=35.92%
B=29.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2432552120.0500.17076.7410091.57
HexF3FFD4501104d645c
Octal36337732450210115144134
Binary1111001111111111110101001010100010100110111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FFD4; }

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

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

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

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

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

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

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

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