Html Css Color HEX #F6B7CE Cotton Candy

📋 copy color: '#F6B7CE'

red 246 ◦ green 183 ◦ blue 206

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

Shades of Cotton Candy #F6B7CE

Tints of Cotton Candy #F6B7CE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.82%

 BLUE value IS 206 (80.86% from 255) = 32.44%

R = 38.74%
G = 28.82%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F6B7CE (or 0xF6B7CE) is known color: Cotton Candy. HEX triplet: F6, B7 and CE. RGB value is (246,183,206). Sum of RGB (Red+Green+Blue) = 246+183+206=635 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.74% from 635); Green value is 183 (71.88% from 255 or 28.82% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B7CE is #094831. Grayscale: #CCCCCC. Windows color (decimal): -608306 or 13547510. OLE color: 13547510.

HSL color Cylindrical-coordinate representation of color #F6B7CE: hue angle of 338.1º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6B7CE is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 183 206 -
CMYK 0 0.26 0.16 0.04
HSL 338.1º 0.78% 0.84% -
HSV(B) 338.1º 0.26% 0.96% -
XYZ 66.08 57.92 66.09 -
YUV 204.46 128.87 157.63 -
System Red Green Blue C M Y K H S L
Decimal 246 183 206 0 0.26 0.16 0.04 338.1 0.78 0.84
Hex F6 B7 CE 0 1A 10 4 152 4E 54
Octal 366 267 316 0 32 20 4 522 116 124
Binary 11110110 10110111 11001110 0 11010 10000 100 101010010 1001110 1010100

Color Harmonies of #F6B7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B7CE

Black with #F6B7CE

Text Example


Text Example

White with #F6B7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B7CE; }

 p { color: rgb(246,183,206); }

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

background-color css

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

 a { background-color: rgb(246,183,206); }

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

border-color css

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

 span { border-color: rgb(246,183,206); }

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