Html Css Color HEX #FBD3FA Snuff

📋 copy color: '#FBD3FA'

red 251 ◦ green 211 ◦ blue 250

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

Shades of Snuff #FBD3FA

Tints of Snuff #FBD3FA

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #FBD3FA: hue angle of 301.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 #FBD3FA is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 211 250 -
CMYK 0 0.16 0.00 0.02
HSL 301.5º 0.83% 0.91% -
HSV(B) 301.5º 0.16% 0.98% -
XYZ 80.33 74 100.49 -
YUV 227.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 251 211 250 0 0.16 0.00 0.02 301.5 0.83 0.91
Hex FB D3 FA 0 10 0 2 12E 53 5B
Octal 373 323 372 0 20 0 2 456 123 133
Binary 11111011 11010011 11111010 0 10000 0 10 100101110 1010011 1011011

Color Harmonies of #FBD3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD3FA

Black with #FBD3FA

Text Example


Text Example

White with #FBD3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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