Html Css Color HEX #FAC6FD Snuff

📋 copy color: '#FAC6FD'

red 250 ◦ green 198 ◦ blue 253

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

Shades of Snuff #FAC6FD

Tints of Snuff #FAC6FD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 28.25%

 BLUE value IS 253 (99.22% from 255) = 36.09%

R = 35.66%
G = 28.25%
B = 36.09%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FAC6FD (or 0xFAC6FD) is known color: Snuff. HEX triplet: FA, C6 and FD. RGB value is (250,198,253). Sum of RGB (Red+Green+Blue) = 250+198+253=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 198 (77.73% from 255 or 28.25% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAC6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC6FD is #053902. Grayscale: #DBDBDB. Windows color (decimal): -342275 or 16631546. OLE color: 16631546.

HSL color Cylindrical-coordinate representation of color #FAC6FD: hue angle of 296.73º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC6FD is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 198 253 -
CMYK 0.01 0.22 0 0.01
HSL 296.73º 0.93% 0.88% -
HSV(B) 296.73º 0.22% 0.99% -
XYZ 77.35 67.8 101.94 -
YUV 219.82 146.73 149.53 -
System Red Green Blue C M Y K H S L
Decimal 250 198 253 0.01 0.22 0 0.01 296.73 0.93 0.88
Hex FA C6 FD 1 16 0 1 129 5D 58
Octal 372 306 375 1 26 0 1 451 135 130
Binary 11111010 11000110 11111101 1 10110 0 1 100101001 1011101 1011000

Color Harmonies of #FAC6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC6FD

Black with #FAC6FD

Text Example


Text Example

White with #FAC6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC6FD; }

 p { color: rgb(250,198,253); }

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

background-color css

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

 a { background-color: rgb(250,198,253); }

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

border-color css

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

 span { border-color: rgb(250,198,253); }

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