#FBCFE7

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

Shades of Classic Rose #FBCFE7

Tints of Classic Rose #FBCFE7

Color information

#FBCFE7 (or 0xFBCFE7) is unknown color: approx Classic Rose. HEX triplet: FB, CF and E7. RGB value is (251,207,231). Sum of RGB (Red+Green+Blue) = 251+207+231=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 207 (81.25% from 255 or 30.04% from 689); Blue value is 231 (90.62% from 255 or 33.53% from 689); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCFE7 is #043018. Grayscale: #DEDEDE. Windows color (decimal): -274457 or 15192059. OLE color: 15192059.

HSL color Cylindrical-coordinate representation of color #FBCFE7: hue angle of 327.27º 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 #FBCFE7 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB251207231-
CMYK00.180.080.02
HSL327.27º84.62%89.8%-
HSV(B)327.27º17.53%98.43%-
XYZ76.5270.985.25-
YUV222.89132.58148.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.43%
GREEN value IS 207 (81.25% from 255) = 30.04%
BLUE value IS 231 (90.62% from 255) = 33.53%
R=36.43%
G=30.04%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120723100.180.080.02327.2784.6289.8
HexFBCFE701282147555a
Octal373317347022102507125132
Binary11111011110011111110011101001010001010100011110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCFE7; }

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

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

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

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

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

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

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

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