Html Css Color HEX #FBD0FA Snuff

📋 copy color: '#FBD0FA'

red 251 ◦ green 208 ◦ blue 250

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

Shades of Snuff #FBD0FA

Tints of Snuff #FBD0FA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 29.34%

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

R = 35.4%
G = 29.34%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FBD0FA (or 0xFBD0FA) is known color: Snuff. HEX triplet: FB, D0 and FA. RGB value is (251,208,250). Sum of RGB (Red+Green+Blue) = 251+208+250=709 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.40% from 709); Green value is 208 (81.64% from 255 or 29.34% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD0FA is #042F05. Grayscale: #E1E1E1. Windows color (decimal): -274182 or 16437499. OLE color: 16437499.

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

Color convert

RGB 251 208 250 -
CMYK 0 0.17 0.00 0.02
HSL 301.4º 0.84% 0.9% -
HSV(B) 301.4º 0.17% 0.98% -
XYZ 79.59 72.52 100.25 -
YUV 225.65 141.75 146.08 -
System Red Green Blue C M Y K H S L
Decimal 251 208 250 0 0.17 0.00 0.02 301.4 0.84 0.9
Hex FB D0 FA 0 11 0 2 12D 54 5A
Octal 373 320 372 0 21 0 2 455 124 132
Binary 11111011 11010000 11111010 0 10001 0 10 100101101 1010100 1011010

Color Harmonies of #FBD0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD0FA

Black with #FBD0FA

Text Example


Text Example

White with #FBD0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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