#FEBFDA

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

Shades of Cotton Candy #FEBFDA

Tints of Cotton Candy #FEBFDA

Color information

#FEBFDA (or 0xFEBFDA) is unknown color: approx Cotton Candy. HEX triplet: FE, BF and DA. RGB value is (254,191,218). Sum of RGB (Red+Green+Blue) = 254+191+218=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 191 (75% from 255 or 28.81% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFDA is #014025. Grayscale: #D4D4D4. Windows color (decimal): -81958 or 14335998. OLE color: 14335998.

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

Color convert

RGB254191218-
CMYK00.250.140.00
HSL334.29º96.92%87.25%-
HSV(B)334.29º24.8%99.61%-
XYZ72.1663.3974.76-
YUV212.92130.87157.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.31%
GREEN value IS 191 (75% from 255) = 28.81%
BLUE value IS 218 (85.55% from 255) = 32.88%
R=38.31%
G=28.81%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419121800.250.140.00334.2996.9287.25
HexFEBFDA019E014e6157
Octal376277332031160516141127
Binary1111111010111111110110100110011110010100111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFDA; }

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

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

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

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

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

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

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

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