#FEB7D1

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

Shades of Cotton Candy #FEB7D1

Tints of Cotton Candy #FEB7D1

Color information

#FEB7D1 (or 0xFEB7D1) is unknown color: approx Cotton Candy. HEX triplet: FE, B7 and D1. RGB value is (254,183,209). Sum of RGB (Red+Green+Blue) = 254+183+209=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 183 (71.88% from 255 or 28.33% from 646); Blue value is 209 (82.03% from 255 or 32.35% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7D1 is #01482E. Grayscale: #CFCFCF. Windows color (decimal): -84015 or 13744126. OLE color: 13744126.

HSL color Cylindrical-coordinate representation of color #FEB7D1: hue angle of 338.03º 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 #FEB7D1 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB254183209-
CMYK00.280.180.00
HSL338.03º97.26%85.69%-
HSV(B)338.03º27.95%99.61%-
XYZ69.3259.5468.16-
YUV207.19129.02161.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.32%
GREEN value IS 183 (71.88% from 255) = 28.33%
BLUE value IS 209 (82.03% from 255) = 32.35%
R=39.32%
G=28.33%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418320900.280.180.00338.0397.2685.69
HexFEB7D101C1201526156
Octal376267321034220522141126
Binary11111110101101111101000101110010010010101001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7D1; }

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

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

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

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

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

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

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

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