Html Css Color HEX #FAF2EF Rose White

📋 copy color: '#FAF2EF'

red 250 ◦ green 242 ◦ blue 239

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

Shades of Rose White #FAF2EF

Tints of Rose White #FAF2EF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.11%

 BLUE value IS 239 (93.75% from 255) = 32.69%

R = 34.2%
G = 33.11%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAF2EF (or 0xFAF2EF) is known color: Rose White. HEX triplet: FA, F2 and EF. RGB value is (250,242,239). Sum of RGB (Red+Green+Blue) = 250+242+239=731 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.20% from 731); Green value is 242 (94.92% from 255 or 33.11% from 731); Blue value is 239 (93.75% from 255 or 32.69% from 731); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF2EF is #050D10. Grayscale: #F4F4F4. Windows color (decimal): -331025 or 15725306. OLE color: 15725306.

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

Color convert

RGB 250 242 239 -
CMYK 0 0.03 0.04 0.02
HSL 16.36º 0.52% 0.96% -
HSV(B) 16.36º 0.04% 0.98% -
XYZ 86.76 90.06 94.47 -
YUV 244.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 250 242 239 0 0.03 0.04 0.02 16.36 0.52 0.96
Hex FA F2 EF 0 3 4 2 10 34 60
Octal 372 362 357 0 3 4 2 20 64 140
Binary 11111010 11110010 11101111 0 11 100 10 10000 110100 1100000

Color Harmonies of #FAF2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF2EF

Black with #FAF2EF

Text Example


Text Example

White with #FAF2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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