#FFB3D1

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

Shades of Cotton Candy #FFB3D1

Tints of Cotton Candy #FFB3D1

Color information

#FFB3D1 (or 0xFFB3D1) is unknown color: approx Cotton Candy. HEX triplet: FF, B3 and D1. RGB value is (255,179,209). Sum of RGB (Red+Green+Blue) = 255+179+209=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 179 (70.31% from 255 or 27.84% from 643); Blue value is 209 (82.03% from 255 or 32.50% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3D1 is #004C2E. Grayscale: #CDCDCD. Windows color (decimal): -19503 or 13743103. OLE color: 13743103.

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

Color convert

RGB255179209-
CMYK00.300.180
HSL336.32º100%85.1%-
HSV(B)336.32º29.8%100%-
XYZ68.8758.167.91-
YUV205.14130.18163.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.66%
GREEN value IS 179 (70.31% from 255) = 27.84%
BLUE value IS 209 (82.03% from 255) = 32.50%
R=39.66%
G=27.84%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517920900.300.180336.3210085.1
HexFFB3D101E1201506455
Octal377263321036220520144125
Binary11111111101100111101000101111010010010101000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB3D1; }

 p { color: rgb(255,179,209); }

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

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

 a { background-color: rgb(255,179,209); }

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

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

 span { border-color: rgb(255,179,209); }

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