Html Css Color HEX #F2BCD1 Cotton Candy

📋 copy color: '#F2BCD1'

red 242 ◦ green 188 ◦ blue 209

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

Shades of Cotton Candy #F2BCD1

Tints of Cotton Candy #F2BCD1

RGB

 RED value IS 242 (94.92% from 255) = 37.87%

 GREEN value IS 188 (73.83% from 255) = 29.42%

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

R = 37.87%
G = 29.42%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F2BCD1 (or 0xF2BCD1) is known color: Cotton Candy. HEX triplet: F2, BC and D1. RGB value is (242,188,209). Sum of RGB (Red+Green+Blue) = 242+188+209=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCD1 is #0D432E. Grayscale: #CECECE. Windows color (decimal): -869167 or 13745394. OLE color: 13745394.

HSL color Cylindrical-coordinate representation of color #F2BCD1: hue angle of 336.67º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BCD1 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 188 209 -
CMYK 0 0.22 0.14 0.05
HSL 336.67º 0.68% 0.84% -
HSV(B) 336.67º 0.22% 0.95% -
XYZ 66.11 59.45 68.31 -
YUV 206.54 129.39 153.29 -
System Red Green Blue C M Y K H S L
Decimal 242 188 209 0 0.22 0.14 0.05 336.67 0.68 0.84
Hex F2 BC D1 0 16 E 5 151 44 54
Octal 362 274 321 0 26 16 5 521 104 124
Binary 11110010 10111100 11010001 0 10110 1110 101 101010001 1000100 1010100

Color Harmonies of #F2BCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BCD1

Black with #F2BCD1

Text Example


Text Example

White with #F2BCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BCD1; }

 p { color: rgb(242,188,209); }

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

background-color css

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

 a { background-color: rgb(242,188,209); }

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

border-color css

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

 span { border-color: rgb(242,188,209); }

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