Html Css Color HEX #FACCF2 Snuff

📋 copy color: '#FACCF2'

red 250 ◦ green 204 ◦ blue 242

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

Shades of Snuff #FACCF2

Tints of Snuff #FACCF2

RGB

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

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

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

R = 35.92%
G = 29.31%
B = 34.77%

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

#FACCF2 (or 0xFACCF2) is known color: Snuff. HEX triplet: FA, CC and F2. RGB value is (250,204,242). Sum of RGB (Red+Green+Blue) = 250+204+242=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 204 (80.08% from 255 or 29.31% from 696); Blue value is 242 (94.92% from 255 or 34.77% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACCF2 is #05330D. Grayscale: #DDDDDD. Windows color (decimal): -340750 or 15912186. OLE color: 15912186.

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

Color convert

RGB 250 204 242 -
CMYK 0 0.18 0.03 0.02
HSL 310.43º 0.82% 0.89% -
HSV(B) 310.43º 0.18% 0.98% -
XYZ 77.04 69.92 93.44 -
YUV 222.09 139.24 147.91 -
System Red Green Blue C M Y K H S L
Decimal 250 204 242 0 0.18 0.03 0.02 310.43 0.82 0.89
Hex FA CC F2 0 12 3 2 136 52 59
Octal 372 314 362 0 22 3 2 466 122 131
Binary 11111010 11001100 11110010 0 10010 11 10 100110110 1010010 1011001

Color Harmonies of #FACCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACCF2

Black with #FACCF2

Text Example


Text Example

White with #FACCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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