Html Css Color HEX #F9BADB Cotton Candy

📋 copy color: '#F9BADB'

red 249 ◦ green 186 ◦ blue 219

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

Shades of Cotton Candy #F9BADB

Tints of Cotton Candy #F9BADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.44%

 BLUE value IS 219 (85.94% from 255) = 33.49%

R = 38.07%
G = 28.44%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F9BADB (or 0xF9BADB) is known color: Cotton Candy. HEX triplet: F9, BA and DB. RGB value is (249,186,219). Sum of RGB (Red+Green+Blue) = 249+186+219=654 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.07% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BADB is #064524. Grayscale: #D0D0D0. Windows color (decimal): -410917 or 14400249. OLE color: 14400249.

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

Color convert

RGB 249 186 219 -
CMYK 0 0.25 0.12 0.02
HSL 328.57º 0.84% 0.85% -
HSV(B) 328.57º 0.25% 0.98% -
XYZ 69.41 60.37 75.01 -
YUV 208.6 133.87 156.82 -
System Red Green Blue C M Y K H S L
Decimal 249 186 219 0 0.25 0.12 0.02 328.57 0.84 0.85
Hex F9 BA DB 0 19 C 2 149 54 55
Octal 371 272 333 0 31 14 2 511 124 125
Binary 11111001 10111010 11011011 0 11001 1100 10 101001001 1010100 1010101

Color Harmonies of #F9BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BADB

Black with #F9BADB

Text Example


Text Example

White with #F9BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BADB; }

 p { color: rgb(249,186,219); }

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

background-color css

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

 a { background-color: rgb(249,186,219); }

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

border-color css

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

 span { border-color: rgb(249,186,219); }

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