Html Css Color HEX #FFB7DA Cotton Candy

📋 copy color: '#FFB7DA'

red 255 ◦ green 183 ◦ blue 218

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

Shades of Cotton Candy #FFB7DA

Tints of Cotton Candy #FFB7DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.23%

R = 38.87%
G = 27.9%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FFB7DA (or 0xFFB7DA) is known color: Cotton Candy. HEX triplet: FF, B7 and DA. RGB value is (255,183,218). Sum of RGB (Red+Green+Blue) = 255+183+218=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 183 (71.88% from 255 or 27.90% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7DA is #004825. Grayscale: #D0D0D0. Windows color (decimal): -18470 or 14333951. OLE color: 14333951.

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

Color convert

RGB 255 183 218 -
CMYK 0 0.28 0.15 0
HSL 330.83º 1% 0.86% -
HSV(B) 330.83º 0.28% 1% -
XYZ 70.83 60.19 74.21 -
YUV 208.52 133.35 161.15 -
System Red Green Blue C M Y K H S L
Decimal 255 183 218 0 0.28 0.15 0 330.83 1 0.86
Hex FF B7 DA 0 1C F 0 14B 64 56
Octal 377 267 332 0 34 17 0 513 144 126
Binary 11111111 10110111 11011010 0 11100 1111 0 101001011 1100100 1010110

Color Harmonies of #FFB7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB7DA

Black with #FFB7DA

Text Example


Text Example

White with #FFB7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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