Html Css Color HEX #FACFFD Snuff

📋 copy color: '#FACFFD'

red 250 ◦ green 207 ◦ blue 253

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

Shades of Snuff #FACFFD

Tints of Snuff #FACFFD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 29.15%

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

R = 35.21%
G = 29.15%
B = 35.63%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FACFFD (or 0xFACFFD) is known color: Snuff. HEX triplet: FA, CF and FD. RGB value is (250,207,253). Sum of RGB (Red+Green+Blue) = 250+207+253=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 207 (81.25% from 255 or 29.15% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 253 - color contains mainly: blue. Hex color #FACFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACFFD is #053002. Grayscale: #E0E0E0. Windows color (decimal): -339971 or 16633850. OLE color: 16633850.

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

Color convert

RGB 250 207 253 -
CMYK 0.01 0.18 0 0.01
HSL 296.09º 0.92% 0.9% -
HSV(B) 296.09º 0.18% 0.99% -
XYZ 79.47 72.04 102.65 -
YUV 225.1 143.75 145.76 -
System Red Green Blue C M Y K H S L
Decimal 250 207 253 0.01 0.18 0 0.01 296.09 0.92 0.9
Hex FA CF FD 1 12 0 1 128 5C 5A
Octal 372 317 375 1 22 0 1 450 134 132
Binary 11111010 11001111 11111101 1 10010 0 1 100101000 1011100 1011010

Color Harmonies of #FACFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACFFD

Black with #FACFFD

Text Example


Text Example

White with #FACFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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