Html Css Color HEX #F8BAD2 Cotton Candy

📋 copy color: '#F8BAD2'

red 248 ◦ green 186 ◦ blue 210

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

Shades of Cotton Candy #F8BAD2

Tints of Cotton Candy #F8BAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.61%

R = 38.51%
G = 28.88%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F8BAD2 (or 0xF8BAD2) is known color: Cotton Candy. HEX triplet: F8, BA and D2. RGB value is (248,186,210). Sum of RGB (Red+Green+Blue) = 248+186+210=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 210 (82.42% from 255 or 32.61% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BAD2 is #07452D. Grayscale: #CFCFCF. Windows color (decimal): -476462 or 13810424. OLE color: 13810424.

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

Color convert

RGB 248 186 210 -
CMYK 0 0.25 0.15 0.03
HSL 336.77º 0.82% 0.85% -
HSV(B) 336.77º 0.25% 0.97% -
XYZ 67.9 59.73 68.92 -
YUV 207.27 129.54 157.05 -
System Red Green Blue C M Y K H S L
Decimal 248 186 210 0 0.25 0.15 0.03 336.77 0.82 0.85
Hex F8 BA D2 0 19 F 3 151 52 55
Octal 370 272 322 0 31 17 3 521 122 125
Binary 11111000 10111010 11010010 0 11001 1111 11 101010001 1010010 1010101

Color Harmonies of #F8BAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BAD2

Black with #F8BAD2

Text Example


Text Example

White with #F8BAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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