Html Css Color HEX #F6BBD4 Cotton Candy

📋 copy color: '#F6BBD4'

red 246 ◦ green 187 ◦ blue 212

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

Shades of Cotton Candy #F6BBD4

Tints of Cotton Candy #F6BBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.87%

R = 38.14%
G = 28.99%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F6BBD4 (or 0xF6BBD4) is known color: Cotton Candy. HEX triplet: F6, BB and D4. RGB value is (246,187,212). Sum of RGB (Red+Green+Blue) = 246+187+212=645 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.14% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 212 (83.20% from 255 or 32.87% from 645); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BBD4 is #09442B. Grayscale: #CFCFCF. Windows color (decimal): -607276 or 13941750. OLE color: 13941750.

HSL color Cylindrical-coordinate representation of color #F6BBD4: hue angle of 334.58º 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 #F6BBD4 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 187 212 -
CMYK 0 0.24 0.14 0.04
HSL 334.58º 0.77% 0.85% -
HSV(B) 334.58º 0.24% 0.96% -
XYZ 67.66 59.89 70.28 -
YUV 207.49 130.55 155.47 -
System Red Green Blue C M Y K H S L
Decimal 246 187 212 0 0.24 0.14 0.04 334.58 0.77 0.85
Hex F6 BB D4 0 18 E 4 14F 4D 55
Octal 366 273 324 0 30 16 4 517 115 125
Binary 11110110 10111011 11010100 0 11000 1110 100 101001111 1001101 1010101

Color Harmonies of #F6BBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BBD4

Black with #F6BBD4

Text Example


Text Example

White with #F6BBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BBD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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