Html Css Color HEX #F3FADC Rice Flower

📋 copy color: '#F3FADC'

red 243 ◦ green 250 ◦ blue 220

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

Shades of Rice Flower #F3FADC

Tints of Rice Flower #F3FADC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.06%

 BLUE value IS 220 (86.33% from 255) = 30.86%

R = 34.08%
G = 35.06%
B = 30.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F3FADC (or 0xF3FADC) is known color: Rice Flower. HEX triplet: F3, FA and DC. RGB value is (243,250,220). Sum of RGB (Red+Green+Blue) = 243+250+220=713 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.08% from 713); Green value is 250 (98.05% from 255 or 35.06% from 713); Blue value is 220 (86.33% from 255 or 30.86% from 713); Max value from RGB is 250 - color contains mainly: green. Hex color #F3FADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FADC is #0C0523. Grayscale: #F4F4F4. Windows color (decimal): -787748 or 14482163. OLE color: 14482163.

HSL color Cylindrical-coordinate representation of color #F3FADC: hue angle of 74º degrees, saturation: 0.75, 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 #F3FADC is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 243 250 220 -
CMYK 0.03 0 0.12 0.02
HSL 74º 0.75% 0.92% -
HSV(B) 74º 0.12% 0.98% -
XYZ 84.07 92.59 81.15 -
YUV 244.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 243 250 220 0.03 0 0.12 0.02 74 0.75 0.92
Hex F3 FA DC 3 0 C 2 4A 4B 5C
Octal 363 372 334 3 0 14 2 112 113 134
Binary 11110011 11111010 11011100 11 0 1100 10 1001010 1001011 1011100

Color Harmonies of #F3FADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3FADC

Black with #F3FADC

Text Example


Text Example

White with #F3FADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3FADC; }

 p { color: rgb(243,250,220); }

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

background-color css

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

 a { background-color: rgb(243,250,220); }

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

border-color css

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

 span { border-color: rgb(243,250,220); }

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