#CEAFB0

Color #CEAFB0 Pink Flare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flare #CEAFB0

Tints of Pink Flare #CEAFB0

Color information

#CEAFB0 (or 0xCEAFB0) is unknown color: approx Pink Flare. HEX triplet: CE, AF and B0. RGB value is (206,175,176). Sum of RGB (Red+Green+Blue) = 206+175+176=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAFB0 is #31504F. Grayscale: #B8B8B8. Windows color (decimal): -3231824 or 11579342. OLE color: 11579342.

HSL color Cylindrical-coordinate representation of color #CEAFB0: hue angle of 358.06º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEAFB0 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB206175176-
CMYK00.150.150.19
HSL358.06º24.03%74.71%-
HSV(B)358.06º15.05%80.78%-
XYZ48.6246.9247.57-
YUV184.38123.27143.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.98%
GREEN value IS 175 (68.75% from 255) = 31.42%
BLUE value IS 176 (69.14% from 255) = 31.60%
R=36.98%
G=31.42%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617517600.150.150.19358.0624.0374.71
HexCEAFB00FF13166184b
Octal316257260017172354630113
Binary11001110101011111011000001111111110011101100110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFB0; }

 p { color: rgb(206,175,176); }

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

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

 a { background-color: rgb(206,175,176); }

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

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

 span { border-color: rgb(206,175,176); }

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