#FFB4DE

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

Shades of Cotton Candy #FFB4DE

Tints of Cotton Candy #FFB4DE

Color information

#FFB4DE (or 0xFFB4DE) is unknown color: approx Cotton Candy. HEX triplet: FF, B4 and DE. RGB value is (255,180,222). Sum of RGB (Red+Green+Blue) = 255+180+222=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 180 (70.70% from 255 or 27.40% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4DE is #004B21. Grayscale: #CFCFCF. Windows color (decimal): -19234 or 14595327. OLE color: 14595327.

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

Color convert

RGB255180222-
CMYK00.290.130
HSL326.4º100%85.29%-
HSV(B)326.4º29.41%100%-
XYZ70.7559.1876.8-
YUV207.21136.35162.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.81%
GREEN value IS 180 (70.70% from 255) = 27.40%
BLUE value IS 222 (87.11% from 255) = 33.79%
R=38.81%
G=27.40%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518022200.290.130326.410085.29
HexFFB4DE01DD01466455
Octal377264336035150506144125
Binary1111111110110100110111100111011101010100011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB4DE; }

 p { color: rgb(255,180,222); }

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

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

 a { background-color: rgb(255,180,222); }

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

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

 span { border-color: rgb(255,180,222); }

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