Html Css Color HEX #F8BADE Cotton Candy

📋 copy color: '#F8BADE'

red 248 ◦ green 186 ◦ blue 222

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

Shades of Cotton Candy #F8BADE

Tints of Cotton Candy #F8BADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.84%

R = 37.8%
G = 28.35%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F8BADE (or 0xF8BADE) is known color: Cotton Candy. HEX triplet: F8, BA and DE. RGB value is (248,186,222). Sum of RGB (Red+Green+Blue) = 248+186+222=656 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.80% from 656); Green value is 186 (73.05% from 255 or 28.35% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BADE is #074521. Grayscale: #D0D0D0. Windows color (decimal): -476450 or 14596856. OLE color: 14596856.

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

Color convert

RGB 248 186 222 -
CMYK 0 0.25 0.10 0.03
HSL 325.16º 0.82% 0.85% -
HSV(B) 325.16º 0.25% 0.97% -
XYZ 69.46 60.35 77.09 -
YUV 208.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 248 186 222 0 0.25 0.10 0.03 325.16 0.82 0.85
Hex F8 BA DE 0 19 A 3 145 52 55
Octal 370 272 336 0 31 12 3 505 122 125
Binary 11111000 10111010 11011110 0 11001 1010 11 101000101 1010010 1010101

Color Harmonies of #F8BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BADE

Black with #F8BADE

Text Example


Text Example

White with #F8BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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