#FEBDDB

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

Shades of Cotton Candy #FEBDDB

Tints of Cotton Candy #FEBDDB

Color information

#FEBDDB (or 0xFEBDDB) is unknown color: approx Cotton Candy. HEX triplet: FE, BD and DB. RGB value is (254,189,219). Sum of RGB (Red+Green+Blue) = 254+189+219=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDDB is #014224. Grayscale: #D3D3D3. Windows color (decimal): -82469 or 14401022. OLE color: 14401022.

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

Color convert

RGB254189219-
CMYK00.260.140.00
HSL332.31º97.01%86.86%-
HSV(B)332.31º25.59%99.61%-
XYZ71.8662.5875.31-
YUV211.86132.03158.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.37%
GREEN value IS 189 (74.22% from 255) = 28.55%
BLUE value IS 219 (85.94% from 255) = 33.08%
R=38.37%
G=28.55%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418921900.260.140.00332.3197.0186.86
HexFEBDDB01AE014c6157
Octal376275333032160514141127
Binary1111111010111101110110110110101110010100110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDDB; }

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

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

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

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

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

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

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

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