Html Css Color HEX #FAC8FD Snuff

📋 copy color: '#FAC8FD'

red 250 ◦ green 200 ◦ blue 253

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

Shades of Snuff #FAC8FD

Tints of Snuff #FAC8FD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 28.45%

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

R = 35.56%
G = 28.45%
B = 35.99%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FAC8FD (or 0xFAC8FD) is known color: Snuff. HEX triplet: FA, C8 and FD. RGB value is (250,200,253). Sum of RGB (Red+Green+Blue) = 250+200+253=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 200 (78.52% from 255 or 28.45% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAC8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC8FD is #053702. Grayscale: #DCDCDC. Windows color (decimal): -341763 or 16632058. OLE color: 16632058.

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

Color convert

RGB 250 200 253 -
CMYK 0.01 0.21 0 0.01
HSL 296.6º 0.93% 0.89% -
HSV(B) 296.6º 0.21% 0.99% -
XYZ 77.81 68.72 102.09 -
YUV 220.99 146.07 148.69 -
System Red Green Blue C M Y K H S L
Decimal 250 200 253 0.01 0.21 0 0.01 296.6 0.93 0.89
Hex FA C8 FD 1 15 0 1 129 5D 59
Octal 372 310 375 1 25 0 1 451 135 131
Binary 11111010 11001000 11111101 1 10101 0 1 100101001 1011101 1011001

Color Harmonies of #FAC8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8FD

Black with #FAC8FD

Text Example


Text Example

White with #FAC8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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