Html Css Color HEX #F3FED3 Rice Flower

📋 copy color: '#F3FED3'

red 243 ◦ green 254 ◦ blue 211

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

Shades of Rice Flower #F3FED3

Tints of Rice Flower #F3FED3

RGB

 RED value IS 243 (95.31% from 255) = 34.32%

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

 BLUE value IS 211 (82.81% from 255) = 29.8%

R = 34.32%
G = 35.88%
B = 29.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#F3FED3 (or 0xF3FED3) is known color: Rice Flower. HEX triplet: F3, FE and D3. RGB value is (243,254,211). Sum of RGB (Red+Green+Blue) = 243+254+211=708 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.32% from 708); Green value is 254 (99.61% from 255 or 35.88% from 708); Blue value is 211 (82.81% from 255 or 29.80% from 708); Max value from RGB is 254 - color contains mainly: green. Hex color #F3FED3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FED3 is #0C012C. Grayscale: #F5F5F5. Windows color (decimal): -786733 or 13893363. OLE color: 13893363.

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

Color convert

RGB 243 254 211 -
CMYK 0.04 0 0.17 0.00
HSL 75.35º 0.96% 0.91% -
HSV(B) 75.35º 0.17% 1% -
XYZ 84.16 94.64 75.46 -
YUV 245.81 108.36 126 -
System Red Green Blue C M Y K H S L
Decimal 243 254 211 0.04 0 0.17 0.00 75.35 0.96 0.91
Hex F3 FE D3 4 0 11 0 4B 60 5B
Octal 363 376 323 4 0 21 0 113 140 133
Binary 11110011 11111110 11010011 100 0 10001 0 1001011 1100000 1011011

Color Harmonies of #F3FED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3FED3

Black with #F3FED3

Text Example


Text Example

White with #F3FED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3FED3; }

 p { color: rgb(243,254,211); }

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

background-color css

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

 a { background-color: rgb(243,254,211); }

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

border-color css

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

 span { border-color: rgb(243,254,211); }

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