Html Css Color HEX #FAF8F2 Floral White

📋 copy color: '#FAF8F2'

red 250 ◦ green 248 ◦ blue 242

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

Shades of Floral White #FAF8F2

Tints of Floral White #FAF8F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 32.7%

R = 33.78%
G = 33.51%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FAF8F2 (or 0xFAF8F2) is known color: Floral White. HEX triplet: FA, F8 and F2. RGB value is (250,248,242). Sum of RGB (Red+Green+Blue) = 250+248+242=740 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.78% from 740); Green value is 248 (97.27% from 255 or 33.51% from 740); Blue value is 242 (94.92% from 255 or 32.70% from 740); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF8F2 is #05070D. Grayscale: #F7F7F7. Windows color (decimal): -329486 or 15923450. OLE color: 15923450.

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

Color convert

RGB 250 248 242 -
CMYK 0 0.01 0.03 0.02
HSL 45º 0.44% 0.96% -
HSV(B) 45º 0.03% 0.98% -
XYZ 89.02 93.87 97.43 -
YUV 247.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 250 248 242 0 0.01 0.03 0.02 45 0.44 0.96
Hex FA F8 F2 0 1 3 2 2D 2C 60
Octal 372 370 362 0 1 3 2 55 54 140
Binary 11111010 11111000 11110010 0 1 11 10 101101 101100 1100000

Color Harmonies of #FAF8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF8F2

Black with #FAF8F2

Text Example


Text Example

White with #FAF8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF8F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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