Html Css Color HEX #FBBEFC Snuff

📋 copy color: '#FBBEFC'

red 251 ◦ green 190 ◦ blue 252

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

Shades of Snuff #FBBEFC

Tints of Snuff #FBBEFC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 27.42%

 BLUE value IS 252 (98.83% from 255) = 36.36%

R = 36.22%
G = 27.42%
B = 36.36%

CMYK

 C value IS 0.00

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBBEFC (or 0xFBBEFC) is known color: Snuff. HEX triplet: FB, BE and FC. RGB value is (251,190,252). Sum of RGB (Red+Green+Blue) = 251+190+252=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 190 (74.61% from 255 or 27.42% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBBEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBEFC is #044103. Grayscale: #D7D7D7. Windows color (decimal): -278788 or 16563963. OLE color: 16563963.

HSL color Cylindrical-coordinate representation of color #FBBEFC: hue angle of 299.03º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBEFC is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 251 190 252 -
CMYK 0.00 0.25 0 0.01
HSL 299.03º 0.91% 0.87% -
HSV(B) 299.03º 0.25% 0.99% -
XYZ 75.77 64.36 100.53 -
YUV 215.31 148.71 153.46 -
System Red Green Blue C M Y K H S L
Decimal 251 190 252 0.00 0.25 0 0.01 299.03 0.91 0.87
Hex FB BE FC 0 19 0 1 12B 5B 57
Octal 373 276 374 0 31 0 1 453 133 127
Binary 11111011 10111110 11111100 0 11001 0 1 100101011 1011011 1010111

Color Harmonies of #FBBEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBEFC

Black with #FBBEFC

Text Example


Text Example

White with #FBBEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBEFC; }

 p { color: rgb(251,190,252); }

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

background-color css

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

 a { background-color: rgb(251,190,252); }

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

border-color css

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

 span { border-color: rgb(251,190,252); }

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