Html Css Color HEX #FFB7DC Cotton Candy

📋 copy color: '#FFB7DC'

red 255 ◦ green 183 ◦ blue 220

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

Shades of Cotton Candy #FFB7DC

Tints of Cotton Candy #FFB7DC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.81%

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

R = 38.75%
G = 27.81%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFB7DC (or 0xFFB7DC) is known color: Cotton Candy. HEX triplet: FF, B7 and DC. RGB value is (255,183,220). Sum of RGB (Red+Green+Blue) = 255+183+220=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 183 (71.88% from 255 or 27.81% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7DC is #004823. Grayscale: #D0D0D0. Windows color (decimal): -18468 or 14465023. OLE color: 14465023.

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

Color convert

RGB 255 183 220 -
CMYK 0 0.28 0.14 0
HSL 329.17º 1% 0.86% -
HSV(B) 329.17º 0.28% 1% -
XYZ 71.09 60.29 75.6 -
YUV 208.75 134.35 160.99 -
System Red Green Blue C M Y K H S L
Decimal 255 183 220 0 0.28 0.14 0 329.17 1 0.86
Hex FF B7 DC 0 1C E 0 149 64 56
Octal 377 267 334 0 34 16 0 511 144 126
Binary 11111111 10110111 11011100 0 11100 1110 0 101001001 1100100 1010110

Color Harmonies of #FFB7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB7DC

Black with #FFB7DC

Text Example


Text Example

White with #FFB7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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