Html Css Color HEX #FACCF1 Snuff

📋 copy color: '#FACCF1'

red 250 ◦ green 204 ◦ blue 241

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

Shades of Snuff #FACCF1

Tints of Snuff #FACCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 34.68%

R = 35.97%
G = 29.35%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FACCF1 (or 0xFACCF1) is known color: Snuff. HEX triplet: FA, CC and F1. RGB value is (250,204,241). Sum of RGB (Red+Green+Blue) = 250+204+241=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 204 (80.08% from 255 or 29.35% from 695); Blue value is 241 (94.53% from 255 or 34.68% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACCF1 is #05330E. Grayscale: #DDDDDD. Windows color (decimal): -340751 or 15846650. OLE color: 15846650.

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

Color convert

RGB 250 204 241 -
CMYK 0 0.18 0.04 0.02
HSL 311.74º 0.82% 0.89% -
HSV(B) 311.74º 0.18% 0.98% -
XYZ 76.89 69.86 92.65 -
YUV 221.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 250 204 241 0 0.18 0.04 0.02 311.74 0.82 0.89
Hex FA CC F1 0 12 4 2 138 52 59
Octal 372 314 361 0 22 4 2 470 122 131
Binary 11111010 11001100 11110001 0 10010 100 10 100111000 1010010 1011001

Color Harmonies of #FACCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACCF1

Black with #FACCF1

Text Example


Text Example

White with #FACCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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