Html Css Color HEX #FACDFD Snuff

📋 copy color: '#FACDFD'

red 250 ◦ green 205 ◦ blue 253

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

Shades of Snuff #FACDFD

Tints of Snuff #FACDFD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 28.95%

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

R = 35.31%
G = 28.95%
B = 35.73%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FACDFD (or 0xFACDFD) is known color: Snuff. HEX triplet: FA, CD and FD. RGB value is (250,205,253). Sum of RGB (Red+Green+Blue) = 250+205+253=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 205 (80.47% from 255 or 28.95% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 253 - color contains mainly: blue. Hex color #FACDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACDFD is #053202. Grayscale: #DFDFDF. Windows color (decimal): -340483 or 16633338. OLE color: 16633338.

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

Color convert

RGB 250 205 253 -
CMYK 0.01 0.19 0 0.01
HSL 296.25º 0.92% 0.9% -
HSV(B) 296.25º 0.19% 0.99% -
XYZ 78.99 71.08 102.49 -
YUV 223.93 144.41 146.6 -
System Red Green Blue C M Y K H S L
Decimal 250 205 253 0.01 0.19 0 0.01 296.25 0.92 0.9
Hex FA CD FD 1 13 0 1 128 5C 5A
Octal 372 315 375 1 23 0 1 450 134 132
Binary 11111010 11001101 11111101 1 10011 0 1 100101000 1011100 1011010

Color Harmonies of #FACDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACDFD

Black with #FACDFD

Text Example


Text Example

White with #FACDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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