Html Css Color HEX #FBD4F5 Snuff

📋 copy color: '#FBD4F5'

red 251 ◦ green 212 ◦ blue 245

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

Shades of Snuff #FBD4F5

Tints of Snuff #FBD4F5

RGB

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

 GREEN value IS 212 (83.2% from 255) = 29.94%

 BLUE value IS 245 (96.09% from 255) = 34.6%

R = 35.45%
G = 29.94%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FBD4F5 (or 0xFBD4F5) is known color: Snuff. HEX triplet: FB, D4 and F5. RGB value is (251,212,245). Sum of RGB (Red+Green+Blue) = 251+212+245=708 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.45% from 708); Green value is 212 (83.20% from 255 or 29.94% from 708); Blue value is 245 (96.09% from 255 or 34.60% from 708); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD4F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD4F5 is #042B0A. Grayscale: #E3E3E3. Windows color (decimal): -273163 or 16110843. OLE color: 16110843.

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

Color convert

RGB 251 212 245 -
CMYK 0 0.16 0.02 0.02
HSL 309.23º 0.83% 0.91% -
HSV(B) 309.23º 0.16% 0.98% -
XYZ 79.81 74.19 96.5 -
YUV 227.42 137.92 144.82 -
System Red Green Blue C M Y K H S L
Decimal 251 212 245 0 0.16 0.02 0.02 309.23 0.83 0.91
Hex FB D4 F5 0 10 2 2 135 53 5B
Octal 373 324 365 0 20 2 2 465 123 133
Binary 11111011 11010100 11110101 0 10000 10 10 100110101 1010011 1011011

Color Harmonies of #FBD4F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD4F5

Black with #FBD4F5

Text Example


Text Example

White with #FBD4F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD4F5; }

 p { color: rgb(251,212,245); }

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

background-color css

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

 a { background-color: rgb(251,212,245); }

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

border-color css

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

 span { border-color: rgb(251,212,245); }

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