Html Css Color HEX #FBD3F2 Snuff

📋 copy color: '#FBD3F2'

red 251 ◦ green 211 ◦ blue 242

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

Shades of Snuff #FBD3F2

Tints of Snuff #FBD3F2

RGB

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

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

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

R = 35.65%
G = 29.97%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBD3F2 (or 0xFBD3F2) is known color: Snuff. HEX triplet: FB, D3 and F2. RGB value is (251,211,242). Sum of RGB (Red+Green+Blue) = 251+211+242=704 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.65% from 704); Green value is 211 (82.81% from 255 or 29.97% from 704); Blue value is 242 (94.92% from 255 or 34.38% from 704); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD3F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD3F2 is #042C0D. Grayscale: #E2E2E2. Windows color (decimal): -273422 or 15913979. OLE color: 15913979.

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

Color convert

RGB 251 211 242 -
CMYK 0 0.16 0.04 0.02
HSL 313.5º 0.83% 0.91% -
HSV(B) 313.5º 0.16% 0.98% -
XYZ 79.1 73.51 94.02 -
YUV 226.49 136.75 145.48 -
System Red Green Blue C M Y K H S L
Decimal 251 211 242 0 0.16 0.04 0.02 313.5 0.83 0.91
Hex FB D3 F2 0 10 4 2 13A 53 5B
Octal 373 323 362 0 20 4 2 472 123 133
Binary 11111011 11010011 11110010 0 10000 100 10 100111010 1010011 1011011

Color Harmonies of #FBD3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD3F2

Black with #FBD3F2

Text Example


Text Example

White with #FBD3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD3F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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