#FFCEED

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

Shades of Classic Rose #FFCEED

Tints of Classic Rose #FFCEED

Color information

#FFCEED (or 0xFFCEED) is unknown color: approx Classic Rose. HEX triplet: FF, CE and ED. RGB value is (255,206,237). Sum of RGB (Red+Green+Blue) = 255+206+237=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 206 (80.86% from 255 or 29.51% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEED is #003112. Grayscale: #E0E0E0. Windows color (decimal): -12563 or 15585023. OLE color: 15585023.

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

Color convert

RGB255206237-
CMYK00.190.070
HSL322.04º100%90.39%-
HSV(B)322.04º19.22%100%-
XYZ78.671.5289.78-
YUV224.18135.23149.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.53%
GREEN value IS 206 (80.86% from 255) = 29.51%
BLUE value IS 237 (92.97% from 255) = 33.95%
R=36.53%
G=29.51%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520623700.190.070322.0410090.39
HexFFCEED01370142645a
Octal37731635502370502144132
Binary111111111100111011101101010011111010100001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCEED; }

 p { color: rgb(255,206,237); }

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

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

 a { background-color: rgb(255,206,237); }

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

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

 span { border-color: rgb(255,206,237); }

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