#CEAFB5

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

Shades of Pink Flare #CEAFB5

Tints of Pink Flare #CEAFB5

Color information

#CEAFB5 (or 0xCEAFB5) is unknown color: approx Pink Flare. HEX triplet: CE, AF and B5. RGB value is (206,175,181). Sum of RGB (Red+Green+Blue) = 206+175+181=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 181 (71.09% from 255 or 32.21% from 562); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFB5 is #31504A. Grayscale: #B8B8B8. Windows color (decimal): -3231819 or 11907022. OLE color: 11907022.

HSL color Cylindrical-coordinate representation of color #CEAFB5: hue angle of 348.39º 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 #CEAFB5 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB206175181-
CMYK00.150.120.19
HSL348.39º24.03%74.71%-
HSV(B)348.39º15.05%80.78%-
XYZ49.1247.1250.22-
YUV184.95125.77143.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.65%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 181 (71.09% from 255) = 32.21%
R=36.65%
G=31.14%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617518100.150.120.19348.3924.0374.71
HexCEAFB50FC1315c184b
Octal316257265017142353430113
Binary11001110101011111011010101111110010011101011100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFB5; }

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

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

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

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

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

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

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

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