Html Css Color HEX #F8BED1 Cotton Candy

📋 copy color: '#F8BED1'

red 248 ◦ green 190 ◦ blue 209

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

Shades of Cotton Candy #F8BED1

Tints of Cotton Candy #F8BED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 32.3%

R = 38.33%
G = 29.37%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F8BED1 (or 0xF8BED1) is known color: Cotton Candy. HEX triplet: F8, BE and D1. RGB value is (248,190,209). Sum of RGB (Red+Green+Blue) = 248+190+209=647 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.33% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 209 (82.03% from 255 or 32.30% from 647); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BED1 is #07412E. Grayscale: #D1D1D1. Windows color (decimal): -475439 or 13745912. OLE color: 13745912.

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

Color convert

RGB 248 190 209 -
CMYK 0 0.23 0.16 0.03
HSL 340.34º 0.81% 0.86% -
HSV(B) 340.34º 0.23% 0.97% -
XYZ 68.63 61.39 68.55 -
YUV 209.51 127.72 155.46 -
System Red Green Blue C M Y K H S L
Decimal 248 190 209 0 0.23 0.16 0.03 340.34 0.81 0.86
Hex F8 BE D1 0 17 10 3 154 51 56
Octal 370 276 321 0 27 20 3 524 121 126
Binary 11111000 10111110 11010001 0 10111 10000 11 101010100 1010001 1010110

Color Harmonies of #F8BED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BED1

Black with #F8BED1

Text Example


Text Example

White with #F8BED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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