#FEB6CF

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

Shades of Cotton Candy #FEB6CF

Tints of Cotton Candy #FEB6CF

Color information

#FEB6CF (or 0xFEB6CF) is unknown color: approx Cotton Candy. HEX triplet: FE, B6 and CF. RGB value is (254,182,207). Sum of RGB (Red+Green+Blue) = 254+182+207=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 182 (71.48% from 255 or 28.30% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6CF is #014930. Grayscale: #CECECE. Windows color (decimal): -84273 or 13612798. OLE color: 13612798.

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

Color convert

RGB254182207-
CMYK00.280.190.00
HSL339.17º97.3%85.49%-
HSV(B)339.17º28.35%99.61%-
XYZ68.8659.0366.8-
YUV206.38128.35161.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.50%
GREEN value IS 182 (71.48% from 255) = 28.30%
BLUE value IS 207 (81.25% from 255) = 32.19%
R=39.50%
G=28.30%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418220700.280.190.00339.1797.385.49
HexFEB6CF01C1301536155
Octal376266317034230523141125
Binary11111110101101101100111101110010011010101001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6CF; }

 p { color: rgb(254,182,207); }

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

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

 a { background-color: rgb(254,182,207); }

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

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

 span { border-color: rgb(254,182,207); }

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