Html Css Color HEX #FACAF0 Snuff

📋 copy color: '#FACAF0'

red 250 ◦ green 202 ◦ blue 240

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

Shades of Snuff #FACAF0

Tints of Snuff #FACAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.68%

R = 36.13%
G = 29.19%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FACAF0 (or 0xFACAF0) is known color: Snuff. HEX triplet: FA, CA and F0. RGB value is (250,202,240). Sum of RGB (Red+Green+Blue) = 250+202+240=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 202 (79.30% from 255 or 29.19% from 692); Blue value is 240 (94.14% from 255 or 34.68% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAF0 is #05350F. Grayscale: #DCDCDC. Windows color (decimal): -341264 or 15780602. OLE color: 15780602.

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

Color convert

RGB 250 202 240 -
CMYK 0 0.19 0.04 0.02
HSL 312.5º 0.83% 0.89% -
HSV(B) 312.5º 0.19% 0.98% -
XYZ 76.27 68.86 91.71 -
YUV 220.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 250 202 240 0 0.19 0.04 0.02 312.5 0.83 0.89
Hex FA CA F0 0 13 4 2 138 53 59
Octal 372 312 360 0 23 4 2 470 123 131
Binary 11111010 11001010 11110000 0 10011 100 10 100111000 1010011 1011001

Color Harmonies of #FACAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACAF0

Black with #FACAF0

Text Example


Text Example

White with #FACAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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