Html Css Color HEX #FFB1CE Cotton Candy

📋 copy color: '#FFB1CE'

red 255 ◦ green 177 ◦ blue 206

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

Shades of Cotton Candy #FFB1CE

Tints of Cotton Candy #FFB1CE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.74%

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

R = 39.97%
G = 27.74%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFB1CE (or 0xFFB1CE) is known color: Cotton Candy. HEX triplet: FF, B1 and CE. RGB value is (255,177,206). Sum of RGB (Red+Green+Blue) = 255+177+206=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 177 (69.53% from 255 or 27.74% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1CE is #004E31. Grayscale: #CBCBCB. Windows color (decimal): -20018 or 13545983. OLE color: 13545983.

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

Color convert

RGB 255 177 206 -
CMYK 0 0.31 0.19 0
HSL 337.69º 1% 0.85% -
HSV(B) 337.69º 0.31% 1% -
XYZ 68.1 57.16 65.84 -
YUV 203.63 129.34 164.64 -
System Red Green Blue C M Y K H S L
Decimal 255 177 206 0 0.31 0.19 0 337.69 1 0.85
Hex FF B1 CE 0 1F 13 0 152 64 55
Octal 377 261 316 0 37 23 0 522 144 125
Binary 11111111 10110001 11001110 0 11111 10011 0 101010010 1100100 1010101

Color Harmonies of #FFB1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB1CE

Black with #FFB1CE

Text Example


Text Example

White with #FFB1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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