Html Css Color HEX #FAC3FD Snuff

📋 copy color: '#FAC3FD'

red 250 ◦ green 195 ◦ blue 253

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

Shades of Snuff #FAC3FD

Tints of Snuff #FAC3FD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 27.94%

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

R = 35.82%
G = 27.94%
B = 36.25%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FAC3FD (or 0xFAC3FD) is known color: Snuff. HEX triplet: FA, C3 and FD. RGB value is (250,195,253). Sum of RGB (Red+Green+Blue) = 250+195+253=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 195 (76.56% from 255 or 27.94% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAC3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC3FD is #053C02. Grayscale: #D9D9D9. Windows color (decimal): -343043 or 16630778. OLE color: 16630778.

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

Color convert

RGB 250 195 253 -
CMYK 0.01 0.23 0 0.01
HSL 296.9º 0.94% 0.88% -
HSV(B) 296.9º 0.23% 0.99% -
XYZ 76.67 66.45 101.71 -
YUV 218.06 147.72 150.78 -
System Red Green Blue C M Y K H S L
Decimal 250 195 253 0.01 0.23 0 0.01 296.9 0.94 0.88
Hex FA C3 FD 1 17 0 1 129 5E 58
Octal 372 303 375 1 27 0 1 451 136 130
Binary 11111010 11000011 11111101 1 10111 0 1 100101001 1011110 1011000

Color Harmonies of #FAC3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC3FD

Black with #FAC3FD

Text Example


Text Example

White with #FAC3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC3FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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