#FBCDED

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

Shades of Classic Rose #FBCDED

Tints of Classic Rose #FBCDED

Color information

#FBCDED (or 0xFBCDED) is unknown color: approx Classic Rose. HEX triplet: FB, CD and ED. RGB value is (251,205,237). Sum of RGB (Red+Green+Blue) = 251+205+237=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 205 (80.47% from 255 or 29.58% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCDED is #043212. Grayscale: #DEDEDE. Windows color (decimal): -274963 or 15584763. OLE color: 15584763.

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

Color convert

RGB251205237-
CMYK00.180.060.02
HSL318.26º85.19%89.41%-
HSV(B)318.26º18.33%98.43%-
XYZ76.970.2989.63-
YUV222.4136.24148.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.22%
GREEN value IS 205 (80.47% from 255) = 29.58%
BLUE value IS 237 (92.97% from 255) = 34.20%
R=36.22%
G=29.58%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120523700.180.060.02318.2685.1989.41
HexFBCDED0126213e5559
Octal37331535502262476125131
Binary1111101111001101111011010100101101010011111010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCDED; }

 p { color: rgb(251,205,237); }

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

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

 a { background-color: rgb(251,205,237); }

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

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

 span { border-color: rgb(251,205,237); }

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