#FEB7D5

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

Shades of Cotton Candy #FEB7D5

Tints of Cotton Candy #FEB7D5

Color information

#FEB7D5 (or 0xFEB7D5) is unknown color: approx Cotton Candy. HEX triplet: FE, B7 and D5. RGB value is (254,183,213). Sum of RGB (Red+Green+Blue) = 254+183+213=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 183 (71.88% from 255 or 28.15% from 650); Blue value is 213 (83.59% from 255 or 32.77% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7D5 is #01482A. Grayscale: #CFCFCF. Windows color (decimal): -84011 or 14006270. OLE color: 14006270.

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

Color convert

RGB254183213-
CMYK00.280.160.00
HSL334.65º97.26%85.69%-
HSV(B)334.65º27.95%99.61%-
XYZ69.8259.7470.8-
YUV207.65131.02161.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.08%
GREEN value IS 183 (71.88% from 255) = 28.15%
BLUE value IS 213 (83.59% from 255) = 32.77%
R=39.08%
G=28.15%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418321300.280.160.00334.6597.2685.69
HexFEB7D501C10014f6156
Octal376267325034200517141126
Binary11111110101101111101010101110010000010100111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7D5; }

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

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

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

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

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

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

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

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