Html Css Color HEX #FAF1EE Rose White

📋 copy color: '#FAF1EE'

red 250 ◦ green 241 ◦ blue 238

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

Shades of Rose White #FAF1EE

Tints of Rose White #FAF1EE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 33.06%

 BLUE value IS 238 (93.36% from 255) = 32.65%

R = 34.29%
G = 33.06%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FAF1EE (or 0xFAF1EE) is known color: Rose White. HEX triplet: FA, F1 and EE. RGB value is (250,241,238). Sum of RGB (Red+Green+Blue) = 250+241+238=729 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.29% from 729); Green value is 241 (94.53% from 255 or 33.06% from 729); Blue value is 238 (93.36% from 255 or 32.65% from 729); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF1EE is #050E11. Grayscale: #F3F3F3. Windows color (decimal): -331282 or 15659514. OLE color: 15659514.

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

Color convert

RGB 250 241 238 -
CMYK 0 0.04 0.05 0.02
HSL 15º 0.55% 0.96% -
HSV(B) 15º 0.05% 0.98% -
XYZ 86.31 89.41 93.6 -
YUV 243.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 250 241 238 0 0.04 0.05 0.02 15 0.55 0.96
Hex FA F1 EE 0 4 5 2 F 37 60
Octal 372 361 356 0 4 5 2 17 67 140
Binary 11111010 11110001 11101110 0 100 101 10 1111 110111 1100000

Color Harmonies of #FAF1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF1EE

Black with #FAF1EE

Text Example


Text Example

White with #FAF1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF1EE; }

 p { color: rgb(250,241,238); }

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

background-color css

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

 a { background-color: rgb(250,241,238); }

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

border-color css

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

 span { border-color: rgb(250,241,238); }

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