Html Css Color HEX #FACAF2 Snuff

📋 copy color: '#FACAF2'

red 250 ◦ green 202 ◦ blue 242

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

Shades of Snuff #FACAF2

Tints of Snuff #FACAF2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 29.11%

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

R = 36.02%
G = 29.11%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FACAF2 (or 0xFACAF2) is known color: Snuff. HEX triplet: FA, CA and F2. RGB value is (250,202,242). Sum of RGB (Red+Green+Blue) = 250+202+242=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 202 (79.30% from 255 or 29.11% from 694); Blue value is 242 (94.92% from 255 or 34.87% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAF2 is #05350D. Grayscale: #DCDCDC. Windows color (decimal): -341262 or 15911674. OLE color: 15911674.

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

Color convert

RGB 250 202 242 -
CMYK 0 0.19 0.03 0.02
HSL 310º 0.83% 0.89% -
HSV(B) 310º 0.19% 0.98% -
XYZ 76.57 68.98 93.28 -
YUV 220.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 250 202 242 0 0.19 0.03 0.02 310 0.83 0.89
Hex FA CA F2 0 13 3 2 136 53 59
Octal 372 312 362 0 23 3 2 466 123 131
Binary 11111010 11001010 11110010 0 10011 11 10 100110110 1010011 1011001

Color Harmonies of #FACAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACAF2

Black with #FACAF2

Text Example


Text Example

White with #FACAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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