Html Css Color HEX #F9BADA Cotton Candy

📋 copy color: '#F9BADA'

red 249 ◦ green 186 ◦ blue 218

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

Shades of Cotton Candy #F9BADA

Tints of Cotton Candy #F9BADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.38%

R = 38.13%
G = 28.48%
B = 33.38%

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

#F9BADA (or 0xF9BADA) is known color: Cotton Candy. HEX triplet: F9, BA and DA. RGB value is (249,186,218). Sum of RGB (Red+Green+Blue) = 249+186+218=653 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.13% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BADA is #064525. Grayscale: #D0D0D0. Windows color (decimal): -410918 or 14334713. OLE color: 14334713.

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

Color convert

RGB 249 186 218 -
CMYK 0 0.25 0.12 0.02
HSL 329.52º 0.84% 0.85% -
HSV(B) 329.52º 0.25% 0.98% -
XYZ 69.28 60.32 74.32 -
YUV 208.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 249 186 218 0 0.25 0.12 0.02 329.52 0.84 0.85
Hex F9 BA DA 0 19 C 2 14A 54 55
Octal 371 272 332 0 31 14 2 512 124 125
Binary 11111001 10111010 11011010 0 11001 1100 10 101001010 1010100 1010101

Color Harmonies of #F9BADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BADA

Black with #F9BADA

Text Example


Text Example

White with #F9BADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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