Html Css Color HEX #FFB3DB Cotton Candy

📋 copy color: '#FFB3DB'

red 255 ◦ green 179 ◦ blue 219

#FFB3DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cotton Candy #FFB3DB

Tints of Cotton Candy #FFB3DB

RGB

 RED value IS 255 (100% from 255) = 39.05%

 GREEN value IS 179 (70.31% from 255) = 27.41%

 BLUE value IS 219 (85.94% from 255) = 33.54%

R = 39.05%
G = 27.41%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFB3DB (or 0xFFB3DB) is known color: Cotton Candy. HEX triplet: FF, B3 and DB. RGB value is (255,179,219). Sum of RGB (Red+Green+Blue) = 255+179+219=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 179 (70.31% from 255 or 27.41% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3DB is #004C24. Grayscale: #CECECE. Windows color (decimal): -19493 or 14398463. OLE color: 14398463.

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

Color convert

RGB 255 179 219 -
CMYK 0 0.30 0.14 0
HSL 328.42º 1% 0.85% -
HSV(B) 328.42º 0.3% 1% -
XYZ 70.15 58.61 74.63 -
YUV 206.28 135.18 162.75 -
System Red Green Blue C M Y K H S L
Decimal 255 179 219 0 0.30 0.14 0 328.42 1 0.85
Hex FF B3 DB 0 1E E 0 148 64 55
Octal 377 263 333 0 36 16 0 510 144 125
Binary 11111111 10110011 11011011 0 11110 1110 0 101001000 1100100 1010101

Color Harmonies of #FFB3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB3DB

Black with #FFB3DB

Text Example


Text Example

White with #FFB3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB3DB; }

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

 H1.HeaderClassName
 {
   color: #FFB3DB;
 }
 .AnyTagClassName
 {
   color: #FFB3DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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