Html Css Color HEX #F6BDD1 Cotton Candy

📋 copy color: '#F6BDD1'

red 246 ◦ green 189 ◦ blue 209

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

Shades of Cotton Candy #F6BDD1

Tints of Cotton Candy #F6BDD1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.35%

 BLUE value IS 209 (82.03% from 255) = 32.45%

R = 38.2%
G = 29.35%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F6BDD1 (or 0xF6BDD1) is known color: Cotton Candy. HEX triplet: F6, BD and D1. RGB value is (246,189,209). Sum of RGB (Red+Green+Blue) = 246+189+209=644 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.20% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 209 (82.03% from 255 or 32.45% from 644); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDD1 is #09422E. Grayscale: #D0D0D0. Windows color (decimal): -606767 or 13745654. OLE color: 13745654.

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

Color convert

RGB 246 189 209 -
CMYK 0 0.23 0.15 0.04
HSL 338.95º 0.76% 0.85% -
HSV(B) 338.95º 0.23% 0.96% -
XYZ 67.71 60.59 68.45 -
YUV 208.32 128.38 154.87 -
System Red Green Blue C M Y K H S L
Decimal 246 189 209 0 0.23 0.15 0.04 338.95 0.76 0.85
Hex F6 BD D1 0 17 F 4 153 4C 55
Octal 366 275 321 0 27 17 4 523 114 125
Binary 11110110 10111101 11010001 0 10111 1111 100 101010011 1001100 1010101

Color Harmonies of #F6BDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BDD1

Black with #F6BDD1

Text Example


Text Example

White with #F6BDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BDD1; }

 p { color: rgb(246,189,209); }

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

background-color css

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

 a { background-color: rgb(246,189,209); }

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

border-color css

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

 span { border-color: rgb(246,189,209); }

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