Html Css Color HEX #FAF7EC Floral White

📋 copy color: '#FAF7EC'

red 250 ◦ green 247 ◦ blue 236

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

Shades of Floral White #FAF7EC

Tints of Floral White #FAF7EC

RGB

 RED value IS 250 (98.05% from 255) = 34.11%

 GREEN value IS 247 (96.88% from 255) = 33.7%

 BLUE value IS 236 (92.58% from 255) = 32.2%

R = 34.11%
G = 33.7%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAF7EC (or 0xFAF7EC) is known color: Floral White. HEX triplet: FA, F7 and EC. RGB value is (250,247,236). Sum of RGB (Red+Green+Blue) = 250+247+236=733 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.11% from 733); Green value is 247 (96.88% from 255 or 33.70% from 733); Blue value is 236 (92.58% from 255 or 32.20% from 733); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF7EC is #050813. Grayscale: #F6F6F6. Windows color (decimal): -329748 or 15529978. OLE color: 15529978.

HSL color Cylindrical-coordinate representation of color #FAF7EC: hue angle of 47.14º degrees, saturation: 0.58, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAF7EC is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 247 236 -
CMYK 0 0.01 0.06 0.02
HSL 47.14º 0.58% 0.95% -
HSV(B) 47.14º 0.06% 0.98% -
XYZ 87.83 92.9 92.66 -
YUV 246.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 250 247 236 0 0.01 0.06 0.02 47.14 0.58 0.95
Hex FA F7 EC 0 1 6 2 2F 3A 5F
Octal 372 367 354 0 1 6 2 57 72 137
Binary 11111010 11110111 11101100 0 1 110 10 101111 111010 1011111

Color Harmonies of #FAF7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF7EC

Black with #FAF7EC

Text Example


Text Example

White with #FAF7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF7EC; }

 p { color: rgb(250,247,236); }

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

background-color css

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

 a { background-color: rgb(250,247,236); }

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

border-color css

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

 span { border-color: rgb(250,247,236); }

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