Html Css Color HEX #FAF0EC Rose White

📋 copy color: '#FAF0EC'

red 250 ◦ green 240 ◦ blue 236

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

Shades of Rose White #FAF0EC

Tints of Rose White #FAF0EC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 33.06%

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

R = 34.44%
G = 33.06%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAF0EC (or 0xFAF0EC) is known color: Rose White. HEX triplet: FA, F0 and EC. RGB value is (250,240,236). Sum of RGB (Red+Green+Blue) = 250+240+236=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 240 (94.14% from 255 or 33.06% from 726); Blue value is 236 (92.58% from 255 or 32.51% from 726); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF0EC is #050F13. Grayscale: #F2F2F2. Windows color (decimal): -331540 or 15528186. OLE color: 15528186.

HSL color Cylindrical-coordinate representation of color #FAF0EC: hue angle of 17.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 #FAF0EC is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 240 236 -
CMYK 0 0.04 0.06 0.02
HSL 17.14º 0.58% 0.95% -
HSV(B) 17.14º 0.06% 0.98% -
XYZ 85.72 88.7 91.96 -
YUV 242.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 250 240 236 0 0.04 0.06 0.02 17.14 0.58 0.95
Hex FA F0 EC 0 4 6 2 11 3A 5F
Octal 372 360 354 0 4 6 2 21 72 137
Binary 11111010 11110000 11101100 0 100 110 10 10001 111010 1011111

Color Harmonies of #FAF0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF0EC

Black with #FAF0EC

Text Example


Text Example

White with #FAF0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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