Html Css Color HEX #FFB6DB Cotton Candy

📋 copy color: '#FFB6DB'

red 255 ◦ green 182 ◦ blue 219

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

Shades of Cotton Candy #FFB6DB

Tints of Cotton Candy #FFB6DB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.74%

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

R = 38.87%
G = 27.74%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFB6DB (or 0xFFB6DB) is known color: Cotton Candy. HEX triplet: FF, B6 and DB. RGB value is (255,182,219). Sum of RGB (Red+Green+Blue) = 255+182+219=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 182 (71.48% from 255 or 27.74% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6DB is #004924. Grayscale: #CFCFCF. Windows color (decimal): -18725 or 14399231. OLE color: 14399231.

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

Color convert

RGB 255 182 219 -
CMYK 0 0.29 0.14 0
HSL 329.59º 1% 0.86% -
HSV(B) 329.59º 0.29% 1% -
XYZ 70.75 59.83 74.84 -
YUV 208.05 134.18 161.49 -
System Red Green Blue C M Y K H S L
Decimal 255 182 219 0 0.29 0.14 0 329.59 1 0.86
Hex FF B6 DB 0 1D E 0 14A 64 56
Octal 377 266 333 0 35 16 0 512 144 126
Binary 11111111 10110110 11011011 0 11101 1110 0 101001010 1100100 1010110

Color Harmonies of #FFB6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB6DB

Black with #FFB6DB

Text Example


Text Example

White with #FFB6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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