Html Css Color HEX #FAC0FD Snuff

📋 copy color: '#FAC0FD'

red 250 ◦ green 192 ◦ blue 253

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

Shades of Snuff #FAC0FD

Tints of Snuff #FAC0FD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 27.63%

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

R = 35.97%
G = 27.63%
B = 36.4%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FAC0FD (or 0xFAC0FD) is known color: Snuff. HEX triplet: FA, C0 and FD. RGB value is (250,192,253). Sum of RGB (Red+Green+Blue) = 250+192+253=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 192 (75.39% from 255 or 27.63% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAC0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC0FD is #053F02. Grayscale: #D8D8D8. Windows color (decimal): -343811 or 16630010. OLE color: 16630010.

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

Color convert

RGB 250 192 253 -
CMYK 0.01 0.24 0 0.01
HSL 297.05º 0.94% 0.87% -
HSV(B) 297.05º 0.24% 0.99% -
XYZ 76 65.12 101.49 -
YUV 216.3 148.72 152.04 -
System Red Green Blue C M Y K H S L
Decimal 250 192 253 0.01 0.24 0 0.01 297.05 0.94 0.87
Hex FA C0 FD 1 18 0 1 129 5E 57
Octal 372 300 375 1 30 0 1 451 136 127
Binary 11111010 11000000 11111101 1 11000 0 1 100101001 1011110 1010111

Color Harmonies of #FAC0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC0FD

Black with #FAC0FD

Text Example


Text Example

White with #FAC0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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