Html Css Color HEX #FFB6CF Cotton Candy

📋 copy color: '#FFB6CF'

red 255 ◦ green 182 ◦ blue 207

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

Shades of Cotton Candy #FFB6CF

Tints of Cotton Candy #FFB6CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.14%

R = 39.6%
G = 28.26%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFB6CF (or 0xFFB6CF) is known color: Cotton Candy. HEX triplet: FF, B6 and CF. RGB value is (255,182,207). Sum of RGB (Red+Green+Blue) = 255+182+207=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 182 (71.48% from 255 or 28.26% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6CF is #004930. Grayscale: #CECECE. Windows color (decimal): -18737 or 13612799. OLE color: 13612799.

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

Color convert

RGB 255 182 207 -
CMYK 0 0.29 0.19 0
HSL 339.45º 1% 0.86% -
HSV(B) 339.45º 0.29% 1% -
XYZ 69.23 59.22 66.81 -
YUV 206.68 128.18 162.47 -
System Red Green Blue C M Y K H S L
Decimal 255 182 207 0 0.29 0.19 0 339.45 1 0.86
Hex FF B6 CF 0 1D 13 0 153 64 56
Octal 377 266 317 0 35 23 0 523 144 126
Binary 11111111 10110110 11001111 0 11101 10011 0 101010011 1100100 1010110

Color Harmonies of #FFB6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB6CF

Black with #FFB6CF

Text Example


Text Example

White with #FFB6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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