Html Css Color HEX #FACDF8 Snuff

📋 copy color: '#FACDF8'

red 250 ◦ green 205 ◦ blue 248

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

Shades of Snuff #FACDF8

Tints of Snuff #FACDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.28%

R = 35.56%
G = 29.16%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FACDF8 (or 0xFACDF8) is known color: Snuff. HEX triplet: FA, CD and F8. RGB value is (250,205,248). Sum of RGB (Red+Green+Blue) = 250+205+248=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 205 (80.47% from 255 or 29.16% from 703); Blue value is 248 (97.27% from 255 or 35.28% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACDF8 is #053207. Grayscale: #DFDFDF. Windows color (decimal): -340488 or 16305658. OLE color: 16305658.

HSL color Cylindrical-coordinate representation of color #FACDF8: hue angle of 302.67º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FACDF8 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 205 248 -
CMYK 0 0.18 0.01 0.02
HSL 302.67º 0.82% 0.89% -
HSV(B) 302.67º 0.18% 0.98% -
XYZ 78.2 70.76 98.34 -
YUV 223.36 141.91 147 -
System Red Green Blue C M Y K H S L
Decimal 250 205 248 0 0.18 0.01 0.02 302.67 0.82 0.89
Hex FA CD F8 0 12 1 2 12F 52 59
Octal 372 315 370 0 22 1 2 457 122 131
Binary 11111010 11001101 11111000 0 10010 1 10 100101111 1010010 1011001

Color Harmonies of #FACDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACDF8

Black with #FACDF8

Text Example


Text Example

White with #FACDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACDF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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