Html Css Color HEX #F9BCD5 Cotton Candy

📋 copy color: '#F9BCD5'

red 249 ◦ green 188 ◦ blue 213

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

Shades of Cotton Candy #F9BCD5

Tints of Cotton Candy #F9BCD5

RGB

 RED value IS 249 (97.66% from 255) = 38.31%

 GREEN value IS 188 (73.83% from 255) = 28.92%

 BLUE value IS 213 (83.59% from 255) = 32.77%

R = 38.31%
G = 28.92%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F9BCD5 (or 0xF9BCD5) is known color: Cotton Candy. HEX triplet: F9, BC and D5. RGB value is (249,188,213). Sum of RGB (Red+Green+Blue) = 249+188+213=650 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.31% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 213 (83.59% from 255 or 32.77% from 650); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCD5 is #06432A. Grayscale: #D1D1D1. Windows color (decimal): -410411 or 14007545. OLE color: 14007545.

HSL color Cylindrical-coordinate representation of color #F9BCD5: hue angle of 335.41º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BCD5 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 188 213 -
CMYK 0 0.24 0.14 0.02
HSL 335.41º 0.84% 0.86% -
HSV(B) 335.41º 0.24% 0.98% -
XYZ 69.06 60.91 71.07 -
YUV 209.09 130.21 156.47 -
System Red Green Blue C M Y K H S L
Decimal 249 188 213 0 0.24 0.14 0.02 335.41 0.84 0.86
Hex F9 BC D5 0 18 E 2 14F 54 56
Octal 371 274 325 0 30 16 2 517 124 126
Binary 11111001 10111100 11010101 0 11000 1110 10 101001111 1010100 1010110

Color Harmonies of #F9BCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BCD5

Black with #F9BCD5

Text Example


Text Example

White with #F9BCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BCD5; }

 p { color: rgb(249,188,213); }

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

background-color css

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

 a { background-color: rgb(249,188,213); }

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

border-color css

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

 span { border-color: rgb(249,188,213); }

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