Html Css Color HEX #FFB7CF Cotton Candy

📋 copy color: '#FFB7CF'

red 255 ◦ green 183 ◦ blue 207

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

Shades of Cotton Candy #FFB7CF

Tints of Cotton Candy #FFB7CF

RGB

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

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

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

R = 39.53%
G = 28.37%
B = 32.09%

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

#FFB7CF (or 0xFFB7CF) is known color: Cotton Candy. HEX triplet: FF, B7 and CF. RGB value is (255,183,207). Sum of RGB (Red+Green+Blue) = 255+183+207=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 183 (71.88% from 255 or 28.37% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7CF is #004830. Grayscale: #CFCFCF. Windows color (decimal): -18481 or 13613055. OLE color: 13613055.

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

Color convert

RGB 255 183 207 -
CMYK 0 0.28 0.19 0
HSL 340º 1% 0.86% -
HSV(B) 340º 0.28% 1% -
XYZ 69.44 59.63 66.88 -
YUV 207.26 127.85 162.05 -
System Red Green Blue C M Y K H S L
Decimal 255 183 207 0 0.28 0.19 0 340 1 0.86
Hex FF B7 CF 0 1C 13 0 154 64 56
Octal 377 267 317 0 34 23 0 524 144 126
Binary 11111111 10110111 11001111 0 11100 10011 0 101010100 1100100 1010110

Color Harmonies of #FFB7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB7CF

Black with #FFB7CF

Text Example


Text Example

White with #FFB7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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