Html Css Color HEX #F8BED6 Cotton Candy

📋 copy color: '#F8BED6'

red 248 ◦ green 190 ◦ blue 214

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

Shades of Cotton Candy #F8BED6

Tints of Cotton Candy #F8BED6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.14%

 BLUE value IS 214 (83.98% from 255) = 32.82%

R = 38.04%
G = 29.14%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F8BED6 (or 0xF8BED6) is known color: Cotton Candy. HEX triplet: F8, BE and D6. RGB value is (248,190,214). Sum of RGB (Red+Green+Blue) = 248+190+214=652 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.04% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 214 (83.98% from 255 or 32.82% from 652); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BED6 is #074129. Grayscale: #D2D2D2. Windows color (decimal): -475434 or 14073592. OLE color: 14073592.

HSL color Cylindrical-coordinate representation of color #F8BED6: hue angle of 335.17º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8BED6 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 190 214 -
CMYK 0 0.23 0.14 0.03
HSL 335.17º 0.81% 0.86% -
HSV(B) 335.17º 0.23% 0.97% -
XYZ 69.26 61.64 71.87 -
YUV 210.08 130.22 155.05 -
System Red Green Blue C M Y K H S L
Decimal 248 190 214 0 0.23 0.14 0.03 335.17 0.81 0.86
Hex F8 BE D6 0 17 E 3 14F 51 56
Octal 370 276 326 0 27 16 3 517 121 126
Binary 11111000 10111110 11010110 0 10111 1110 11 101001111 1010001 1010110

Color Harmonies of #F8BED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BED6

Black with #F8BED6

Text Example


Text Example

White with #F8BED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BED6; }

 p { color: rgb(248,190,214); }

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

background-color css

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

 a { background-color: rgb(248,190,214); }

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

border-color css

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

 span { border-color: rgb(248,190,214); }

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