Html Css Color HEX #F0BAD3 Cotton Candy

📋 copy color: '#F0BAD3'

red 240 ◦ green 186 ◦ blue 211

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

Shades of Cotton Candy #F0BAD3

Tints of Cotton Candy #F0BAD3

RGB

 RED value IS 240 (94.14% from 255) = 37.68%

 GREEN value IS 186 (73.05% from 255) = 29.2%

 BLUE value IS 211 (82.81% from 255) = 33.12%

R = 37.68%
G = 29.2%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F0BAD3 (or 0xF0BAD3) is known color: Cotton Candy. HEX triplet: F0, BA and D3. RGB value is (240,186,211). Sum of RGB (Red+Green+Blue) = 240+186+211=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BAD3 is #0F452C. Grayscale: #CCCCCC. Windows color (decimal): -1000749 or 13875952. OLE color: 13875952.

HSL color Cylindrical-coordinate representation of color #F0BAD3: hue angle of 332.22º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0BAD3 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 186 211 -
CMYK 0 0.22 0.12 0.06
HSL 332.22º 0.64% 0.84% -
HSV(B) 332.22º 0.23% 0.94% -
XYZ 65.25 58.35 69.45 -
YUV 205 131.39 152.97 -
System Red Green Blue C M Y K H S L
Decimal 240 186 211 0 0.22 0.12 0.06 332.22 0.64 0.84
Hex F0 BA D3 0 16 C 6 14C 40 54
Octal 360 272 323 0 26 14 6 514 100 124
Binary 11110000 10111010 11010011 0 10110 1100 110 101001100 1000000 1010100

Color Harmonies of #F0BAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BAD3

Black with #F0BAD3

Text Example


Text Example

White with #F0BAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BAD3; }

 p { color: rgb(240,186,211); }

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

background-color css

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

 a { background-color: rgb(240,186,211); }

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

border-color css

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

 span { border-color: rgb(240,186,211); }

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