Html Css Color HEX #FACDF2 Snuff

📋 copy color: '#FACDF2'

red 250 ◦ green 205 ◦ blue 242

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

Shades of Snuff #FACDF2

Tints of Snuff #FACDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 34.72%

R = 35.87%
G = 29.41%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FACDF2 (or 0xFACDF2) is known color: Snuff. HEX triplet: FA, CD and F2. RGB value is (250,205,242). Sum of RGB (Red+Green+Blue) = 250+205+242=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 205 (80.47% from 255 or 29.41% from 697); Blue value is 242 (94.92% from 255 or 34.72% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACDF2 is #05320D. Grayscale: #DEDEDE. Windows color (decimal): -340494 or 15912442. OLE color: 15912442.

HSL color Cylindrical-coordinate representation of color #FACDF2: hue angle of 310.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 #FACDF2 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 205 242 -
CMYK 0 0.18 0.03 0.02
HSL 310.67º 0.82% 0.89% -
HSV(B) 310.67º 0.18% 0.98% -
XYZ 77.28 70.4 93.52 -
YUV 222.67 138.91 147.49 -
System Red Green Blue C M Y K H S L
Decimal 250 205 242 0 0.18 0.03 0.02 310.67 0.82 0.89
Hex FA CD F2 0 12 3 2 137 52 59
Octal 372 315 362 0 22 3 2 467 122 131
Binary 11111010 11001101 11110010 0 10010 11 10 100110111 1010010 1011001

Color Harmonies of #FACDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACDF2

Black with #FACDF2

Text Example


Text Example

White with #FACDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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