Html Css Color HEX #F5BADA Cotton Candy

📋 copy color: '#F5BADA'

red 245 ◦ green 186 ◦ blue 218

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

Shades of Cotton Candy #F5BADA

Tints of Cotton Candy #F5BADA

RGB

 RED value IS 245 (96.09% from 255) = 37.75%

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

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

R = 37.75%
G = 28.66%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F5BADA (or 0xF5BADA) is known color: Cotton Candy. HEX triplet: F5, BA and DA. RGB value is (245,186,218). Sum of RGB (Red+Green+Blue) = 245+186+218=649 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.75% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BADA is #0A4525. Grayscale: #CFCFCF. Windows color (decimal): -673062 or 14334709. OLE color: 14334709.

HSL color Cylindrical-coordinate representation of color #F5BADA: hue angle of 327.46º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BADA is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 186 218 -
CMYK 0 0.24 0.11 0.04
HSL 327.46º 0.75% 0.85% -
HSV(B) 327.46º 0.24% 0.96% -
XYZ 67.87 59.59 74.25 -
YUV 207.29 134.05 154.9 -
System Red Green Blue C M Y K H S L
Decimal 245 186 218 0 0.24 0.11 0.04 327.46 0.75 0.85
Hex F5 BA DA 0 18 B 4 147 4B 55
Octal 365 272 332 0 30 13 4 507 113 125
Binary 11110101 10111010 11011010 0 11000 1011 100 101000111 1001011 1010101

Color Harmonies of #F5BADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BADA

Black with #F5BADA

Text Example


Text Example

White with #F5BADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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