Html Css Color HEX #F8BBD8 Cotton Candy

📋 copy color: '#F8BBD8'

red 248 ◦ green 187 ◦ blue 216

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

Shades of Cotton Candy #F8BBD8

Tints of Cotton Candy #F8BBD8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.73%

 BLUE value IS 216 (84.77% from 255) = 33.18%

R = 38.1%
G = 28.73%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F8BBD8 (or 0xF8BBD8) is known color: Cotton Candy. HEX triplet: F8, BB and D8. RGB value is (248,187,216). Sum of RGB (Red+Green+Blue) = 248+187+216=651 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.10% from 651); Green value is 187 (73.44% from 255 or 28.73% from 651); Blue value is 216 (84.77% from 255 or 33.18% from 651); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBD8 is #074427. Grayscale: #D0D0D0. Windows color (decimal): -476200 or 14203896. OLE color: 14203896.

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

Color convert

RGB 248 187 216 -
CMYK 0 0.25 0.13 0.03
HSL 331.48º 0.81% 0.85% -
HSV(B) 331.48º 0.25% 0.97% -
XYZ 68.88 60.45 73 -
YUV 208.55 132.21 156.14 -
System Red Green Blue C M Y K H S L
Decimal 248 187 216 0 0.25 0.13 0.03 331.48 0.81 0.85
Hex F8 BB D8 0 19 D 3 14B 51 55
Octal 370 273 330 0 31 15 3 513 121 125
Binary 11111000 10111011 11011000 0 11001 1101 11 101001011 1010001 1010101

Color Harmonies of #F8BBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BBD8

Black with #F8BBD8

Text Example


Text Example

White with #F8BBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BBD8; }

 p { color: rgb(248,187,216); }

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

background-color css

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

 a { background-color: rgb(248,187,216); }

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

border-color css

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

 span { border-color: rgb(248,187,216); }

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