Html Css Color HEX #F8BADA Cotton Candy

📋 copy color: '#F8BADA'

red 248 ◦ green 186 ◦ blue 218

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

Shades of Cotton Candy #F8BADA

Tints of Cotton Candy #F8BADA

RGB

 RED value IS 248 (97.27% from 255) = 38.04%

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

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

R = 38.04%
G = 28.53%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F8BADA (or 0xF8BADA) is known color: Cotton Candy. HEX triplet: F8, BA and DA. RGB value is (248,186,218). Sum of RGB (Red+Green+Blue) = 248+186+218=652 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.04% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BADA is #074525. Grayscale: #D0D0D0. Windows color (decimal): -476454 or 14334712. OLE color: 14334712.

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

Color convert

RGB 248 186 218 -
CMYK 0 0.25 0.12 0.03
HSL 329.03º 0.82% 0.85% -
HSV(B) 329.03º 0.25% 0.97% -
XYZ 68.93 60.14 74.3 -
YUV 208.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 248 186 218 0 0.25 0.12 0.03 329.03 0.82 0.85
Hex F8 BA DA 0 19 C 3 149 52 55
Octal 370 272 332 0 31 14 3 511 122 125
Binary 11111000 10111010 11011010 0 11001 1100 11 101001001 1010010 1010101

Color Harmonies of #F8BADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BADA

Black with #F8BADA

Text Example


Text Example

White with #F8BADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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