#FEB5CF

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

Shades of Cotton Candy #FEB5CF

Tints of Cotton Candy #FEB5CF

Color information

#FEB5CF (or 0xFEB5CF) is unknown color: approx Cotton Candy. HEX triplet: FE, B5 and CF. RGB value is (254,181,207). Sum of RGB (Red+Green+Blue) = 254+181+207=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 181 (71.09% from 255 or 28.19% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5CF is #014A30. Grayscale: #CDCDCD. Windows color (decimal): -84529 or 13612542. OLE color: 13612542.

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

Color convert

RGB254181207-
CMYK00.290.190.00
HSL338.63º97.33%85.29%-
HSV(B)338.63º28.74%99.61%-
XYZ68.6658.6266.73-
YUV205.79128.68162.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.56%
GREEN value IS 181 (71.09% from 255) = 28.19%
BLUE value IS 207 (81.25% from 255) = 32.24%
R=39.56%
G=28.19%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418120700.290.190.00338.6397.3385.29
HexFEB5CF01D1301536155
Octal376265317035230523141125
Binary11111110101101011100111101110110011010101001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB5CF; }

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

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

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

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

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

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

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

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