Html Css Color HEX #FAD3FB Snuff

📋 copy color: '#FAD3FB'

red 250 ◦ green 211 ◦ blue 251

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

Shades of Snuff #FAD3FB

Tints of Snuff #FAD3FB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 29.63%

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

R = 35.11%
G = 29.63%
B = 35.25%

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

#FAD3FB (or 0xFAD3FB) is known color: Snuff. HEX triplet: FA, D3 and FB. RGB value is (250,211,251). Sum of RGB (Red+Green+Blue) = 250+211+251=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 211 (82.81% from 255 or 29.63% from 712); Blue value is 251 (98.44% from 255 or 35.25% from 712); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAD3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD3FB is #052C04. Grayscale: #E3E3E3. Windows color (decimal): -338949 or 16503802. OLE color: 16503802.

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

Color convert

RGB 250 211 251 -
CMYK 0.00 0.16 0 0.02
HSL 298.5º 0.83% 0.91% -
HSV(B) 298.5º 0.16% 0.98% -
XYZ 80.13 73.88 101.3 -
YUV 227.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 250 211 251 0.00 0.16 0 0.02 298.5 0.83 0.91
Hex FA D3 FB 0 10 0 2 12A 53 5B
Octal 372 323 373 0 20 0 2 452 123 133
Binary 11111010 11010011 11111011 0 10000 0 10 100101010 1010011 1011011

Color Harmonies of #FAD3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD3FB

Black with #FAD3FB

Text Example


Text Example

White with #FAD3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD3FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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