Html Css Color HEX #FAF8F0 Floral White

📋 copy color: '#FAF8F0'

red 250 ◦ green 248 ◦ blue 240

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

Shades of Floral White #FAF8F0

Tints of Floral White #FAF8F0

RGB

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

 GREEN value IS 248 (97.27% from 255) = 33.6%

 BLUE value IS 240 (94.14% from 255) = 32.52%

R = 33.88%
G = 33.6%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAF8F0 (or 0xFAF8F0) is known color: Floral White. HEX triplet: FA, F8 and F0. RGB value is (250,248,240). Sum of RGB (Red+Green+Blue) = 250+248+240=738 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.88% from 738); Green value is 248 (97.27% from 255 or 33.60% from 738); Blue value is 240 (94.14% from 255 or 32.52% from 738); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF8F0 is #05070F. Grayscale: #F7F7F7. Windows color (decimal): -329488 or 15792378. OLE color: 15792378.

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

Color convert

RGB 250 248 240 -
CMYK 0 0.01 0.04 0.02
HSL 48º 0.5% 0.96% -
HSV(B) 48º 0.04% 0.98% -
XYZ 88.72 93.75 95.86 -
YUV 247.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 250 248 240 0 0.01 0.04 0.02 48 0.5 0.96
Hex FA F8 F0 0 1 4 2 30 32 60
Octal 372 370 360 0 1 4 2 60 62 140
Binary 11111010 11111000 11110000 0 1 100 10 110000 110010 1100000

Color Harmonies of #FAF8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF8F0

Black with #FAF8F0

Text Example


Text Example

White with #FAF8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF8F0; }

 p { color: rgb(250,248,240); }

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

background-color css

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

 a { background-color: rgb(250,248,240); }

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

border-color css

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

 span { border-color: rgb(250,248,240); }

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