#FFB2D4

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

Shades of Cotton Candy #FFB2D4

Tints of Cotton Candy #FFB2D4

Color information

#FFB2D4 (or 0xFFB2D4) is unknown color: approx Cotton Candy. HEX triplet: FF, B2 and D4. RGB value is (255,178,212). Sum of RGB (Red+Green+Blue) = 255+178+212=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 178 (69.92% from 255 or 27.60% from 645); Blue value is 212 (83.20% from 255 or 32.87% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2D4 is #004D2B. Grayscale: #CCCCCC. Windows color (decimal): -19756 or 13939455. OLE color: 13939455.

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

Color convert

RGB255178212-
CMYK00.300.170
HSL333.51º100%84.9%-
HSV(B)333.51º30.2%100%-
XYZ69.0457.8569.82-
YUV204.9132.01163.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.53%
GREEN value IS 178 (69.92% from 255) = 27.60%
BLUE value IS 212 (83.20% from 255) = 32.87%
R=39.53%
G=27.60%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517821200.300.170333.5110084.9
HexFFB2D401E11014e6455
Octal377262324036210516144125
Binary11111111101100101101010001111010001010100111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB2D4; }

 p { color: rgb(255,178,212); }

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

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

 a { background-color: rgb(255,178,212); }

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

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

 span { border-color: rgb(255,178,212); }

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