Html Css Color HEX #F8BED0 Cotton Candy

📋 copy color: '#F8BED0'

red 248 ◦ green 190 ◦ blue 208

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

Shades of Cotton Candy #F8BED0

Tints of Cotton Candy #F8BED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.2%

R = 38.39%
G = 29.41%
B = 32.2%

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

#F8BED0 (or 0xF8BED0) is known color: Cotton Candy. HEX triplet: F8, BE and D0. RGB value is (248,190,208). Sum of RGB (Red+Green+Blue) = 248+190+208=646 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.39% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BED0 is #07412F. Grayscale: #D1D1D1. Windows color (decimal): -475440 or 13680376. OLE color: 13680376.

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

Color convert

RGB 248 190 208 -
CMYK 0 0.23 0.16 0.03
HSL 341.38º 0.81% 0.86% -
HSV(B) 341.38º 0.23% 0.97% -
XYZ 68.51 61.34 67.9 -
YUV 209.39 127.22 155.54 -
System Red Green Blue C M Y K H S L
Decimal 248 190 208 0 0.23 0.16 0.03 341.38 0.81 0.86
Hex F8 BE D0 0 17 10 3 155 51 56
Octal 370 276 320 0 27 20 3 525 121 126
Binary 11111000 10111110 11010000 0 10111 10000 11 101010101 1010001 1010110

Color Harmonies of #F8BED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BED0

Black with #F8BED0

Text Example


Text Example

White with #F8BED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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