#FEB6DB

Color #FEB6DB Cotton Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cotton Candy #FEB6DB

Tints of Cotton Candy #FEB6DB

Color information

#FEB6DB (or 0xFEB6DB) is unknown color: approx Cotton Candy. HEX triplet: FE, B6 and DB. RGB value is (254,182,219). Sum of RGB (Red+Green+Blue) = 254+182+219=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 182 (71.48% from 255 or 27.79% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6DB is #014924. Grayscale: #CFCFCF. Windows color (decimal): -84261 or 14399230. OLE color: 14399230.

HSL color Cylindrical-coordinate representation of color #FEB6DB: hue angle of 329.17º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB6DB is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB254182219-
CMYK00.280.140.00
HSL329.17º97.3%85.49%-
HSV(B)329.17º28.35%99.61%-
XYZ70.3959.6474.82-
YUV207.75134.35160.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.78%
GREEN value IS 182 (71.48% from 255) = 27.79%
BLUE value IS 219 (85.94% from 255) = 33.44%
R=38.78%
G=27.79%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418221900.280.140.00329.1797.385.49
HexFEB6DB01CE01496155
Octal376266333034160511141125
Binary1111111010110110110110110111001110010100100111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6DB; }

 p { color: rgb(254,182,219); }

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

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

 a { background-color: rgb(254,182,219); }

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

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

 span { border-color: rgb(254,182,219); }

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