Html Css Color HEX #F8BBD0 Cotton Candy

📋 copy color: '#F8BBD0'

red 248 ◦ green 187 ◦ blue 208

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

Shades of Cotton Candy #F8BBD0

Tints of Cotton Candy #F8BBD0

RGB

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

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

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

R = 38.57%
G = 29.08%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F8BBD0 (or 0xF8BBD0) is known color: Cotton Candy. HEX triplet: F8, BB and D0. RGB value is (248,187,208). Sum of RGB (Red+Green+Blue) = 248+187+208=643 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.57% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBD0 is #07442F. Grayscale: #CFCFCF. Windows color (decimal): -476208 or 13679608. OLE color: 13679608.

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

Color convert

RGB 248 187 208 -
CMYK 0 0.25 0.16 0.03
HSL 339.34º 0.81% 0.85% -
HSV(B) 339.34º 0.25% 0.97% -
XYZ 67.87 60.05 67.69 -
YUV 207.63 128.21 156.79 -
System Red Green Blue C M Y K H S L
Decimal 248 187 208 0 0.25 0.16 0.03 339.34 0.81 0.85
Hex F8 BB D0 0 19 10 3 153 51 55
Octal 370 273 320 0 31 20 3 523 121 125
Binary 11111000 10111011 11010000 0 11001 10000 11 101010011 1010001 1010101

Color Harmonies of #F8BBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BBD0

Black with #F8BBD0

Text Example


Text Example

White with #F8BBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BBD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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