#FEB5D5

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

Shades of Cotton Candy #FEB5D5

Tints of Cotton Candy #FEB5D5

Color information

#FEB5D5 (or 0xFEB5D5) is unknown color: approx Cotton Candy. HEX triplet: FE, B5 and D5. RGB value is (254,181,213). Sum of RGB (Red+Green+Blue) = 254+181+213=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 181 (71.09% from 255 or 27.93% from 648); Blue value is 213 (83.59% from 255 or 32.87% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5D5 is #014A2A. Grayscale: #CECECE. Windows color (decimal): -84523 or 14005758. OLE color: 14005758.

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

Color convert

RGB254181213-
CMYK00.290.160.00
HSL333.7º97.33%85.29%-
HSV(B)333.7º28.74%99.61%-
XYZ69.4158.9270.67-
YUV206.48131.68161.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.20%
GREEN value IS 181 (71.09% from 255) = 27.93%
BLUE value IS 213 (83.59% from 255) = 32.87%
R=39.20%
G=27.93%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418121300.290.160.00333.797.3385.29
HexFEB5D501D10014e6155
Octal376265325035200516141125
Binary11111110101101011101010101110110000010100111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB5D5; }

 p { color: rgb(254,181,213); }

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

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

 a { background-color: rgb(254,181,213); }

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

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

 span { border-color: rgb(254,181,213); }

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