Html Css Color HEX #FFB9CF Cotton Candy

📋 copy color: '#FFB9CF'

red 255 ◦ green 185 ◦ blue 207

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

Shades of Cotton Candy #FFB9CF

Tints of Cotton Candy #FFB9CF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.59%

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

R = 39.41%
G = 28.59%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFB9CF (or 0xFFB9CF) is known color: Cotton Candy. HEX triplet: FF, B9 and CF. RGB value is (255,185,207). Sum of RGB (Red+Green+Blue) = 255+185+207=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 185 (72.66% from 255 or 28.59% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9CF is #004630. Grayscale: #D0D0D0. Windows color (decimal): -17969 or 13613567. OLE color: 13613567.

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

Color convert

RGB 255 185 207 -
CMYK 0 0.27 0.19 0
HSL 341.14º 1% 0.86% -
HSV(B) 341.14º 0.27% 1% -
XYZ 69.85 60.46 67.02 -
YUV 208.44 127.19 161.21 -
System Red Green Blue C M Y K H S L
Decimal 255 185 207 0 0.27 0.19 0 341.14 1 0.86
Hex FF B9 CF 0 1B 13 0 155 64 56
Octal 377 271 317 0 33 23 0 525 144 126
Binary 11111111 10111001 11001111 0 11011 10011 0 101010101 1100100 1010110

Color Harmonies of #FFB9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB9CF

Black with #FFB9CF

Text Example


Text Example

White with #FFB9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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