Html Css Color HEX #FACBF2 Snuff

📋 copy color: '#FACBF2'

red 250 ◦ green 203 ◦ blue 242

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

Shades of Snuff #FACBF2

Tints of Snuff #FACBF2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.21%

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

R = 35.97%
G = 29.21%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FACBF2 (or 0xFACBF2) is known color: Snuff. HEX triplet: FA, CB and F2. RGB value is (250,203,242). Sum of RGB (Red+Green+Blue) = 250+203+242=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 203 (79.69% from 255 or 29.21% from 695); Blue value is 242 (94.92% from 255 or 34.82% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACBF2 is #05340D. Grayscale: #DDDDDD. Windows color (decimal): -341006 or 15911930. OLE color: 15911930.

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

Color convert

RGB 250 203 242 -
CMYK 0 0.19 0.03 0.02
HSL 310.21º 0.82% 0.89% -
HSV(B) 310.21º 0.19% 0.98% -
XYZ 76.81 69.45 93.36 -
YUV 221.5 139.57 148.33 -
System Red Green Blue C M Y K H S L
Decimal 250 203 242 0 0.19 0.03 0.02 310.21 0.82 0.89
Hex FA CB F2 0 13 3 2 136 52 59
Octal 372 313 362 0 23 3 2 466 122 131
Binary 11111010 11001011 11110010 0 10011 11 10 100110110 1010010 1011001

Color Harmonies of #FACBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACBF2

Black with #FACBF2

Text Example


Text Example

White with #FACBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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