Html Css Color HEX #F9BAD3 Cotton Candy

📋 copy color: '#F9BAD3'

red 249 ◦ green 186 ◦ blue 211

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

Shades of Cotton Candy #F9BAD3

Tints of Cotton Candy #F9BAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.66%

R = 38.54%
G = 28.79%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F9BAD3 (or 0xF9BAD3) is known color: Cotton Candy. HEX triplet: F9, BA and D3. RGB value is (249,186,211). Sum of RGB (Red+Green+Blue) = 249+186+211=646 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.54% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 211 (82.81% from 255 or 32.66% from 646); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BAD3 is #06452C. Grayscale: #CFCFCF. Windows color (decimal): -410925 or 13875961. OLE color: 13875961.

HSL color Cylindrical-coordinate representation of color #F9BAD3: hue angle of 336.19º 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 #F9BAD3 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 186 211 -
CMYK 0 0.25 0.15 0.02
HSL 336.19º 0.84% 0.85% -
HSV(B) 336.19º 0.25% 0.98% -
XYZ 68.38 59.96 69.6 -
YUV 207.69 129.87 157.47 -
System Red Green Blue C M Y K H S L
Decimal 249 186 211 0 0.25 0.15 0.02 336.19 0.84 0.85
Hex F9 BA D3 0 19 F 2 150 54 55
Octal 371 272 323 0 31 17 2 520 124 125
Binary 11111001 10111010 11010011 0 11001 1111 10 101010000 1010100 1010101

Color Harmonies of #F9BAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BAD3

Black with #F9BAD3

Text Example


Text Example

White with #F9BAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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