Html Css Color HEX #F6BBD5 Cotton Candy

📋 copy color: '#F6BBD5'

red 246 ◦ green 187 ◦ blue 213

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

Shades of Cotton Candy #F6BBD5

Tints of Cotton Candy #F6BBD5

RGB

 RED value IS 246 (96.48% from 255) = 38.08%

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

 BLUE value IS 213 (83.59% from 255) = 32.97%

R = 38.08%
G = 28.95%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F6BBD5 (or 0xF6BBD5) is known color: Cotton Candy. HEX triplet: F6, BB and D5. RGB value is (246,187,213). Sum of RGB (Red+Green+Blue) = 246+187+213=646 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.08% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 213 (83.59% from 255 or 32.97% from 646); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BBD5 is #09442A. Grayscale: #CFCFCF. Windows color (decimal): -607275 or 14007286. OLE color: 14007286.

HSL color Cylindrical-coordinate representation of color #F6BBD5: hue angle of 333.56º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BBD5 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 187 213 -
CMYK 0 0.24 0.13 0.04
HSL 333.56º 0.77% 0.85% -
HSV(B) 333.56º 0.24% 0.96% -
XYZ 67.79 59.94 70.95 -
YUV 207.61 131.05 155.39 -
System Red Green Blue C M Y K H S L
Decimal 246 187 213 0 0.24 0.13 0.04 333.56 0.77 0.85
Hex F6 BB D5 0 18 D 4 14E 4D 55
Octal 366 273 325 0 30 15 4 516 115 125
Binary 11110110 10111011 11010101 0 11000 1101 100 101001110 1001101 1010101

Color Harmonies of #F6BBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BBD5

Black with #F6BBD5

Text Example


Text Example

White with #F6BBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BBD5; }

 p { color: rgb(246,187,213); }

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

background-color css

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

 a { background-color: rgb(246,187,213); }

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

border-color css

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

 span { border-color: rgb(246,187,213); }

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