Html Css Color HEX #FACCFF Snuff

📋 copy color: '#FACCFF'

red 250 ◦ green 204 ◦ blue 255

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

Shades of Snuff #FACCFF

Tints of Snuff #FACCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 28.77%

 BLUE value IS 255 (100% from 255) = 35.97%

R = 35.26%
G = 28.77%
B = 35.97%

CMYK

 C value IS 0.02

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FACCFF (or 0xFACCFF) is known color: Snuff. HEX triplet: FA, CC and FF. RGB value is (250,204,255). Sum of RGB (Red+Green+Blue) = 250+204+255=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 204 (80.08% from 255 or 28.77% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #FACCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACCFF is #053300. Grayscale: #DFDFDF. Windows color (decimal): -340737 or 16764154. OLE color: 16764154.

HSL color Cylindrical-coordinate representation of color #FACCFF: hue angle of 294.12º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FACCFF is Cyan = 0.02, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 250 204 255 -
CMYK 0.02 0.2 0 0
HSL 294.12º 1% 0.9% -
HSV(B) 294.12º 0.2% 1% -
XYZ 79.07 70.73 104.09 -
YUV 223.57 145.74 146.85 -
System Red Green Blue C M Y K H S L
Decimal 250 204 255 0.02 0.2 0 0 294.12 1 0.9
Hex FA CC FF 2 14 0 0 126 64 5A
Octal 372 314 377 2 24 0 0 446 144 132
Binary 11111010 11001100 11111111 10 10100 0 0 100100110 1100100 1011010

Color Harmonies of #FACCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACCFF

Black with #FACCFF

Text Example


Text Example

White with #FACCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACCFF; }

 p { color: rgb(250,204,255); }

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

background-color css

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

 a { background-color: rgb(250,204,255); }

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

border-color css

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

 span { border-color: rgb(250,204,255); }

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