#FBCBEB

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

Shades of Classic Rose #FBCBEB

Tints of Classic Rose #FBCBEB

Color information

#FBCBEB (or 0xFBCBEB) is unknown color: approx Classic Rose. HEX triplet: FB, CB and EB. RGB value is (251,203,235). Sum of RGB (Red+Green+Blue) = 251+203+235=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 203 (79.69% from 255 or 29.46% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCBEB is #043414. Grayscale: #DCDCDC. Windows color (decimal): -275477 or 15453179. OLE color: 15453179.

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

Color convert

RGB251203235-
CMYK00.190.060.02
HSL320º85.71%89.02%-
HSV(B)320º19.12%98.43%-
XYZ76.1369.2287.95-
YUV221135.9149.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.43%
GREEN value IS 203 (79.69% from 255) = 29.46%
BLUE value IS 235 (92.19% from 255) = 34.11%
R=36.43%
G=29.46%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120323500.190.060.0232085.7189.02
HexFBCBEB013621405659
Octal37331335302362500126131
Binary1111101111001011111010110100111101010100000010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCBEB; }

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

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

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

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

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

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

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

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