#FBC7EB

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

Shades of Classic Rose #FBC7EB

Tints of Classic Rose #FBC7EB

Color information

#FBC7EB (or 0xFBC7EB) is unknown color: approx Classic Rose. HEX triplet: FB, C7 and EB. RGB value is (251,199,235). Sum of RGB (Red+Green+Blue) = 251+199+235=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 199 (78.12% from 255 or 29.05% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC7EB is #043814. Grayscale: #DADADA. Windows color (decimal): -276501 or 15452155. OLE color: 15452155.

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

Color convert

RGB251199235-
CMYK00.210.060.02
HSL318.46º86.67%88.24%-
HSV(B)318.46º20.72%98.43%-
XYZ75.267.3587.63-
YUV218.65137.23151.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.64%
GREEN value IS 199 (78.12% from 255) = 29.05%
BLUE value IS 235 (92.19% from 255) = 34.31%
R=36.64%
G=29.05%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119923500.210.060.02318.4686.6788.24
HexFBC7EB0156213e5758
Octal37330735302562476127130
Binary1111101111000111111010110101011101010011111010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC7EB; }

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

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

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

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

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

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

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

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