#FEBFDD

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

Shades of Cotton Candy #FEBFDD

Tints of Cotton Candy #FEBFDD

Color information

#FEBFDD (or 0xFEBFDD) is unknown color: approx Cotton Candy. HEX triplet: FE, BF and DD. RGB value is (254,191,221). Sum of RGB (Red+Green+Blue) = 254+191+221=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 191 (75% from 255 or 28.68% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFDD is #014022. Grayscale: #D5D5D5. Windows color (decimal): -81955 or 14532606. OLE color: 14532606.

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

Color convert

RGB254191221-
CMYK00.250.130.00
HSL331.43º96.92%87.25%-
HSV(B)331.43º24.8%99.61%-
XYZ72.5663.5576.85-
YUV213.26132.37157.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.14%
GREEN value IS 191 (75% from 255) = 28.68%
BLUE value IS 221 (86.72% from 255) = 33.18%
R=38.14%
G=28.68%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419122100.250.130.00331.4396.9287.25
HexFEBFDD019D014b6157
Octal376277335031150513141127
Binary1111111010111111110111010110011101010100101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFDD; }

 p { color: rgb(254,191,221); }

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

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

 a { background-color: rgb(254,191,221); }

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

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

 span { border-color: rgb(254,191,221); }

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