#FBCFE5

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

Shades of Classic Rose #FBCFE5

Tints of Classic Rose #FBCFE5

Color information

#FBCFE5 (or 0xFBCFE5) is unknown color: approx Classic Rose. HEX triplet: FB, CF and E5. RGB value is (251,207,229). Sum of RGB (Red+Green+Blue) = 251+207+229=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 207 (81.25% from 255 or 30.13% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFE5 is #04301A. Grayscale: #DEDEDE. Windows color (decimal): -274459 or 15060987. OLE color: 15060987.

HSL color Cylindrical-coordinate representation of color #FBCFE5: hue angle of 330º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCFE5 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB251207229-
CMYK00.180.090.02
HSL330º84.62%89.8%-
HSV(B)330º17.53%98.43%-
XYZ76.2470.7983.77-
YUV222.66131.58148.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.54%
GREEN value IS 207 (81.25% from 255) = 30.13%
BLUE value IS 229 (89.84% from 255) = 33.33%
R=36.54%
G=30.13%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120722900.180.090.0233084.6289.8
HexFBCFE50129214a555a
Octal373317345022112512125132
Binary11111011110011111110010101001010011010100101010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCFE5; }

 p { color: rgb(251,207,229); }

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

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

 a { background-color: rgb(251,207,229); }

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

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

 span { border-color: rgb(251,207,229); }

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