#FEB3CD

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

Shades of Cotton Candy #FEB3CD

Tints of Cotton Candy #FEB3CD

Color information

#FEB3CD (or 0xFEB3CD) is unknown color: approx Cotton Candy. HEX triplet: FE, B3 and CD. RGB value is (254,179,205). Sum of RGB (Red+Green+Blue) = 254+179+205=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 179 (70.31% from 255 or 28.06% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3CD is #014C32. Grayscale: #CCCCCC. Windows color (decimal): -85043 or 13480958. OLE color: 13480958.

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

Color convert

RGB254179205-
CMYK00.300.190.00
HSL339.2º97.4%84.9%-
HSV(B)339.2º29.53%99.61%-
XYZ68.0157.7265.31-
YUV204.39128.35163.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.81%
GREEN value IS 179 (70.31% from 255) = 28.06%
BLUE value IS 205 (80.47% from 255) = 32.13%
R=39.81%
G=28.06%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417920500.300.190.00339.297.484.9
HexFEB3CD01E1301536155
Octal376263315036230523141125
Binary11111110101100111100110101111010011010101001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB3CD; }

 p { color: rgb(254,179,205); }

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

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

 a { background-color: rgb(254,179,205); }

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

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

 span { border-color: rgb(254,179,205); }

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