Html Css Color HEX #FAD2FB Snuff

📋 copy color: '#FAD2FB'

red 250 ◦ green 210 ◦ blue 251

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

Shades of Snuff #FAD2FB

Tints of Snuff #FAD2FB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 29.54%

 BLUE value IS 251 (98.44% from 255) = 35.3%

R = 35.16%
G = 29.54%
B = 35.3%

CMYK

 C value IS 0.00

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FAD2FB (or 0xFAD2FB) is known color: Snuff. HEX triplet: FA, D2 and FB. RGB value is (250,210,251). Sum of RGB (Red+Green+Blue) = 250+210+251=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 210 (82.42% from 255 or 29.54% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAD2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD2FB is #052D04. Grayscale: #E2E2E2. Windows color (decimal): -339205 or 16503546. OLE color: 16503546.

HSL color Cylindrical-coordinate representation of color #FAD2FB: hue angle of 298.54º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAD2FB is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 210 251 -
CMYK 0.00 0.16 0 0.02
HSL 298.54º 0.84% 0.9% -
HSV(B) 298.54º 0.16% 0.98% -
XYZ 79.88 73.38 101.22 -
YUV 226.63 141.75 144.67 -
System Red Green Blue C M Y K H S L
Decimal 250 210 251 0.00 0.16 0 0.02 298.54 0.84 0.9
Hex FA D2 FB 0 10 0 2 12B 54 5A
Octal 372 322 373 0 20 0 2 453 124 132
Binary 11111010 11010010 11111011 0 10000 0 10 100101011 1010100 1011010

Color Harmonies of #FAD2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD2FB

Black with #FAD2FB

Text Example


Text Example

White with #FAD2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD2FB; }

 p { color: rgb(250,210,251); }

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

background-color css

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

 a { background-color: rgb(250,210,251); }

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

border-color css

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

 span { border-color: rgb(250,210,251); }

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