Html Css Color HEX #FAF7F2 Floral White

📋 copy color: '#FAF7F2'

red 250 ◦ green 247 ◦ blue 242

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

Shades of Floral White #FAF7F2

Tints of Floral White #FAF7F2

RGB

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

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

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

R = 33.83%
G = 33.42%
B = 32.75%

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

#FAF7F2 (or 0xFAF7F2) is known color: Floral White. HEX triplet: FA, F7 and F2. RGB value is (250,247,242). Sum of RGB (Red+Green+Blue) = 250+247+242=739 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.83% from 739); Green value is 247 (96.88% from 255 or 33.42% from 739); Blue value is 242 (94.92% from 255 or 32.75% from 739); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF7F2 is #05080D. Grayscale: #F7F7F7. Windows color (decimal): -329742 or 15923194. OLE color: 15923194.

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

Color convert

RGB 250 247 242 -
CMYK 0 0.01 0.03 0.02
HSL 37.5º 0.44% 0.96% -
HSV(B) 37.5º 0.03% 0.98% -
XYZ 88.71 93.26 97.33 -
YUV 247.33 124.99 129.91 -
System Red Green Blue C M Y K H S L
Decimal 250 247 242 0 0.01 0.03 0.02 37.5 0.44 0.96
Hex FA F7 F2 0 1 3 2 26 2C 60
Octal 372 367 362 0 1 3 2 46 54 140
Binary 11111010 11110111 11110010 0 1 11 10 100110 101100 1100000

Color Harmonies of #FAF7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF7F2

Black with #FAF7F2

Text Example


Text Example

White with #FAF7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF7F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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