#FBC5EB

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

Shades of Classic Rose #FBC5EB

Tints of Classic Rose #FBC5EB

Color information

#FBC5EB (or 0xFBC5EB) is unknown color: approx Classic Rose. HEX triplet: FB, C5 and EB. RGB value is (251,197,235). Sum of RGB (Red+Green+Blue) = 251+197+235=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 197 (77.34% from 255 or 28.84% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC5EB is #043A14. Grayscale: #D9D9D9. Windows color (decimal): -277013 or 15451643. OLE color: 15451643.

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

Color convert

RGB251197235-
CMYK00.220.060.02
HSL317.78º87.1%87.84%-
HSV(B)317.78º21.51%98.43%-
XYZ74.7566.4487.48-
YUV217.48137.89151.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.75%
GREEN value IS 197 (77.34% from 255) = 28.84%
BLUE value IS 235 (92.19% from 255) = 34.41%
R=36.75%
G=28.84%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119723500.220.060.02317.7887.187.84
HexFBC5EB0166213e5758
Octal37330535302662476127130
Binary1111101111000101111010110101101101010011111010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC5EB; }

 p { color: rgb(251,197,235); }

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

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

 a { background-color: rgb(251,197,235); }

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

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

 span { border-color: rgb(251,197,235); }

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