Html Css Color HEX #FFB5DC Cotton Candy

📋 copy color: '#FFB5DC'

red 255 ◦ green 181 ◦ blue 220

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

Shades of Cotton Candy #FFB5DC

Tints of Cotton Candy #FFB5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.59%

 BLUE value IS 220 (86.33% from 255) = 33.54%

R = 38.87%
G = 27.59%
B = 33.54%

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

#FFB5DC (or 0xFFB5DC) is known color: Cotton Candy. HEX triplet: FF, B5 and DC. RGB value is (255,181,220). Sum of RGB (Red+Green+Blue) = 255+181+220=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 181 (71.09% from 255 or 27.59% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5DC is #004A23. Grayscale: #CFCFCF. Windows color (decimal): -18980 or 14464511. OLE color: 14464511.

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

Color convert

RGB 255 181 220 -
CMYK 0 0.29 0.14 0
HSL 328.38º 1% 0.85% -
HSV(B) 328.38º 0.29% 1% -
XYZ 70.68 59.48 75.46 -
YUV 207.57 135.02 161.83 -
System Red Green Blue C M Y K H S L
Decimal 255 181 220 0 0.29 0.14 0 328.38 1 0.85
Hex FF B5 DC 0 1D E 0 148 64 55
Octal 377 265 334 0 35 16 0 510 144 125
Binary 11111111 10110101 11011100 0 11101 1110 0 101001000 1100100 1010101

Color Harmonies of #FFB5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB5DC

Black with #FFB5DC

Text Example


Text Example

White with #FFB5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB5DC; }

 p { color: rgb(255,181,220); }

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

background-color css

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

 a { background-color: rgb(255,181,220); }

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

border-color css

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

 span { border-color: rgb(255,181,220); }

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