#FBCDEE

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

Shades of Classic Rose #FBCDEE

Tints of Classic Rose #FBCDEE

Color information

#FBCDEE (or 0xFBCDEE) is unknown color: approx Classic Rose. HEX triplet: FB, CD and EE. RGB value is (251,205,238). Sum of RGB (Red+Green+Blue) = 251+205+238=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 205 (80.47% from 255 or 29.54% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCDEE is #043211. Grayscale: #DEDEDE. Windows color (decimal): -274962 or 15650299. OLE color: 15650299.

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

Color convert

RGB251205238-
CMYK00.180.050.02
HSL316.96º85.19%89.41%-
HSV(B)316.96º18.33%98.43%-
XYZ77.0570.3490.41-
YUV222.52136.74148.32-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.17%
GREEN value IS 205 (80.47% from 255) = 29.54%
BLUE value IS 238 (93.36% from 255) = 34.29%
R=36.17%
G=29.54%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120523800.180.050.02316.9685.1989.41
HexFBCDEE0125213d5559
Octal37331535602252475125131
Binary1111101111001101111011100100101011010011110110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCDEE; }

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

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

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

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

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

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

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

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