Html Css Color HEX #F8BBCF Cotton Candy

📋 copy color: '#F8BBCF'

red 248 ◦ green 187 ◦ blue 207

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

Shades of Cotton Candy #F8BBCF

Tints of Cotton Candy #F8BBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.24%

R = 38.63%
G = 29.13%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8BBCF (or 0xF8BBCF) is known color: Cotton Candy. HEX triplet: F8, BB and CF. RGB value is (248,187,207). Sum of RGB (Red+Green+Blue) = 248+187+207=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBCF is #074430. Grayscale: #CFCFCF. Windows color (decimal): -476209 or 13614072. OLE color: 13614072.

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

Color convert

RGB 248 187 207 -
CMYK 0 0.25 0.17 0.03
HSL 340.33º 0.81% 0.85% -
HSV(B) 340.33º 0.25% 0.97% -
XYZ 67.74 60 67.04 -
YUV 207.52 127.71 156.87 -
System Red Green Blue C M Y K H S L
Decimal 248 187 207 0 0.25 0.17 0.03 340.33 0.81 0.85
Hex F8 BB CF 0 19 11 3 154 51 55
Octal 370 273 317 0 31 21 3 524 121 125
Binary 11111000 10111011 11001111 0 11001 10001 11 101010100 1010001 1010101

Color Harmonies of #F8BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BBCF

Black with #F8BBCF

Text Example


Text Example

White with #F8BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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