Html Css Color HEX #FFB5CF Cotton Candy

📋 copy color: '#FFB5CF'

red 255 ◦ green 181 ◦ blue 207

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

Shades of Cotton Candy #FFB5CF

Tints of Cotton Candy #FFB5CF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.15%

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

R = 39.66%
G = 28.15%
B = 32.19%

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

#FFB5CF (or 0xFFB5CF) is known color: Cotton Candy. HEX triplet: FF, B5 and CF. RGB value is (255,181,207). Sum of RGB (Red+Green+Blue) = 255+181+207=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 181 (71.09% from 255 or 28.15% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5CF is #004A30. Grayscale: #CECECE. Windows color (decimal): -18993 or 13612543. OLE color: 13612543.

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

Color convert

RGB 255 181 207 -
CMYK 0 0.29 0.19 0
HSL 338.92º 1% 0.85% -
HSV(B) 338.92º 0.29% 1% -
XYZ 69.03 58.81 66.75 -
YUV 206.09 128.52 162.89 -
System Red Green Blue C M Y K H S L
Decimal 255 181 207 0 0.29 0.19 0 338.92 1 0.85
Hex FF B5 CF 0 1D 13 0 153 64 55
Octal 377 265 317 0 35 23 0 523 144 125
Binary 11111111 10110101 11001111 0 11101 10011 0 101010011 1100100 1010101

Color Harmonies of #FFB5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB5CF

Black with #FFB5CF

Text Example


Text Example

White with #FFB5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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