Html Css Color HEX #F8BED5 Cotton Candy

📋 copy color: '#F8BED5'

red 248 ◦ green 190 ◦ blue 213

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

Shades of Cotton Candy #F8BED5

Tints of Cotton Candy #F8BED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.72%

R = 38.1%
G = 29.19%
B = 32.72%

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

#F8BED5 (or 0xF8BED5) is known color: Cotton Candy. HEX triplet: F8, BE and D5. RGB value is (248,190,213). Sum of RGB (Red+Green+Blue) = 248+190+213=651 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.10% from 651); Green value is 190 (74.61% from 255 or 29.19% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BED5 is #07412A. Grayscale: #D1D1D1. Windows color (decimal): -475435 or 14008056. OLE color: 14008056.

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

Color convert

RGB 248 190 213 -
CMYK 0 0.23 0.14 0.03
HSL 336.21º 0.81% 0.86% -
HSV(B) 336.21º 0.23% 0.97% -
XYZ 69.14 61.59 71.19 -
YUV 209.96 129.72 155.13 -
System Red Green Blue C M Y K H S L
Decimal 248 190 213 0 0.23 0.14 0.03 336.21 0.81 0.86
Hex F8 BE D5 0 17 E 3 150 51 56
Octal 370 276 325 0 27 16 3 520 121 126
Binary 11111000 10111110 11010101 0 10111 1110 11 101010000 1010001 1010110

Color Harmonies of #F8BED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BED5

Black with #F8BED5

Text Example


Text Example

White with #F8BED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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