#FFB4D5

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

Shades of Cotton Candy #FFB4D5

Tints of Cotton Candy #FFB4D5

Color information

#FFB4D5 (or 0xFFB4D5) is unknown color: approx Cotton Candy. HEX triplet: FF, B4 and D5. RGB value is (255,180,213). Sum of RGB (Red+Green+Blue) = 255+180+213=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 180 (70.70% from 255 or 27.78% from 648); Blue value is 213 (83.59% from 255 or 32.87% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4D5 is #004B2A. Grayscale: #CECECE. Windows color (decimal): -19243 or 14005503. OLE color: 14005503.

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

Color convert

RGB255180213-
CMYK00.290.160
HSL333.6º100%85.29%-
HSV(B)333.6º29.41%100%-
XYZ69.5758.7170.62-
YUV206.19131.85162.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.35%
GREEN value IS 180 (70.70% from 255) = 27.78%
BLUE value IS 213 (83.59% from 255) = 32.87%
R=39.35%
G=27.78%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518021300.290.160333.610085.29
HexFFB4D501D10014e6455
Octal377264325035200516144125
Binary11111111101101001101010101110110000010100111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB4D5; }

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

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

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

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

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

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

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

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