Html Css Color HEX #FFB7CE Cotton Candy

📋 copy color: '#FFB7CE'

red 255 ◦ green 183 ◦ blue 206

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

Shades of Cotton Candy #FFB7CE

Tints of Cotton Candy #FFB7CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.99%

R = 39.6%
G = 28.42%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFB7CE (or 0xFFB7CE) is known color: Cotton Candy. HEX triplet: FF, B7 and CE. RGB value is (255,183,206). Sum of RGB (Red+Green+Blue) = 255+183+206=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 183 (71.88% from 255 or 28.42% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7CE is #004831. Grayscale: #CFCFCF. Windows color (decimal): -18482 or 13547519. OLE color: 13547519.

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

Color convert

RGB 255 183 206 -
CMYK 0 0.28 0.19 0
HSL 340.83º 1% 0.86% -
HSV(B) 340.83º 0.28% 1% -
XYZ 69.31 59.58 66.24 -
YUV 207.15 127.35 162.13 -
System Red Green Blue C M Y K H S L
Decimal 255 183 206 0 0.28 0.19 0 340.83 1 0.86
Hex FF B7 CE 0 1C 13 0 155 64 56
Octal 377 267 316 0 34 23 0 525 144 126
Binary 11111111 10110111 11001110 0 11100 10011 0 101010101 1100100 1010110

Color Harmonies of #FFB7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB7CE

Black with #FFB7CE

Text Example


Text Example

White with #FFB7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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