Html Css Color HEX #F6B8D2 Cotton Candy

📋 copy color: '#F6B8D2'

red 246 ◦ green 184 ◦ blue 210

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

Shades of Cotton Candy #F6B8D2

Tints of Cotton Candy #F6B8D2

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.75%

 BLUE value IS 210 (82.42% from 255) = 32.81%

R = 38.44%
G = 28.75%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F6B8D2 (or 0xF6B8D2) is known color: Cotton Candy. HEX triplet: F6, B8 and D2. RGB value is (246,184,210). Sum of RGB (Red+Green+Blue) = 246+184+210=640 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.44% from 640); Green value is 184 (72.27% from 255 or 28.75% from 640); Blue value is 210 (82.42% from 255 or 32.81% from 640); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B8D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B8D2 is #09472D. Grayscale: #CDCDCD. Windows color (decimal): -608046 or 13809910. OLE color: 13809910.

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

Color convert

RGB 246 184 210 -
CMYK 0 0.25 0.15 0.04
HSL 334.84º 0.78% 0.84% -
HSV(B) 334.84º 0.25% 0.96% -
XYZ 66.78 58.53 68.75 -
YUV 205.5 130.54 156.89 -
System Red Green Blue C M Y K H S L
Decimal 246 184 210 0 0.25 0.15 0.04 334.84 0.78 0.84
Hex F6 B8 D2 0 19 F 4 14F 4E 54
Octal 366 270 322 0 31 17 4 517 116 124
Binary 11110110 10111000 11010010 0 11001 1111 100 101001111 1001110 1010100

Color Harmonies of #F6B8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B8D2

Black with #F6B8D2

Text Example


Text Example

White with #F6B8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B8D2; }

 p { color: rgb(246,184,210); }

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

background-color css

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

 a { background-color: rgb(246,184,210); }

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

border-color css

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

 span { border-color: rgb(246,184,210); }

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