#FBBFE1

Color #FBBFE1 Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #FBBFE1

Tints of Classic Rose #FBBFE1

Color information

#FBBFE1 (or 0xFBBFE1) is unknown color: approx Classic Rose. HEX triplet: FB, BF and E1. RGB value is (251,191,225). Sum of RGB (Red+Green+Blue) = 251+191+225=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 225 (88.28% from 255 or 33.73% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBFE1 is #04401E. Grayscale: #D4D4D4. Windows color (decimal): -278559 or 14794747. OLE color: 14794747.

HSL color Cylindrical-coordinate representation of color #FBBFE1: hue angle of 326º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBBFE1 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB251191225-
CMYK00.240.100.02
HSL326º88.24%86.67%-
HSV(B)326º23.9%98.43%-
XYZ72.0163.2179.64-
YUV212.82134.88155.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.63%
GREEN value IS 191 (75% from 255) = 28.64%
BLUE value IS 225 (88.28% from 255) = 33.73%
R=37.63%
G=28.64%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119122500.240.100.0232688.2486.67
HexFBBFE1018A21465857
Octal373277341030122506130127
Binary11111011101111111110000101100010101010100011010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBFE1; }

 p { color: rgb(251,191,225); }

 H1.HeaderClassName
 {
   color: #FBBFE1;
 }
 .AnyTagClassName
 {
   color: #FBBFE1;
 }
</style>
background-color css

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

 a { background-color: rgb(251,191,225); }

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

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

 span { border-color: rgb(251,191,225); }

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