#FFCBEF

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

Shades of Classic Rose #FFCBEF

Tints of Classic Rose #FFCBEF

Color information

#FFCBEF (or 0xFFCBEF) is unknown color: approx Classic Rose. HEX triplet: FF, CB and EF. RGB value is (255,203,239). Sum of RGB (Red+Green+Blue) = 255+203+239=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 203 (79.69% from 255 or 29.12% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCBEF is #003410. Grayscale: #DEDEDE. Windows color (decimal): -13329 or 15715327. OLE color: 15715327.

HSL color Cylindrical-coordinate representation of color #FFCBEF: hue angle of 318.46º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCBEF is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB255203239-
CMYK00.200.060
HSL318.46º100%89.8%-
HSV(B)318.46º20.39%100%-
XYZ78.1870.291.09-
YUV222.65137.23151.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.59%
GREEN value IS 203 (79.69% from 255) = 29.12%
BLUE value IS 239 (93.75% from 255) = 34.29%
R=36.59%
G=29.12%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520323900.200.060318.4610089.8
HexFFCBEF0146013e645a
Octal37731335702460476144132
Binary111111111100101111101111010100110010011111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCBEF; }

 p { color: rgb(255,203,239); }

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

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

 a { background-color: rgb(255,203,239); }

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

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

 span { border-color: rgb(255,203,239); }

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