Html Css Color HEX #F0BBD2 Cotton Candy

📋 copy color: '#F0BBD2'

red 240 ◦ green 187 ◦ blue 210

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

Shades of Cotton Candy #F0BBD2

Tints of Cotton Candy #F0BBD2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.36%

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

R = 37.68%
G = 29.36%
B = 32.97%

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

#F0BBD2 (or 0xF0BBD2) is known color: Cotton Candy. HEX triplet: F0, BB and D2. RGB value is (240,187,210). Sum of RGB (Red+Green+Blue) = 240+187+210=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BBD2 is #0F442D. Grayscale: #CDCDCD. Windows color (decimal): -1000494 or 13810672. OLE color: 13810672.

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

Color convert

RGB 240 187 210 -
CMYK 0 0.22 0.12 0.06
HSL 333.96º 0.64% 0.84% -
HSV(B) 333.96º 0.22% 0.94% -
XYZ 65.34 58.72 68.86 -
YUV 205.47 130.56 152.63 -
System Red Green Blue C M Y K H S L
Decimal 240 187 210 0 0.22 0.12 0.06 333.96 0.64 0.84
Hex F0 BB D2 0 16 C 6 14E 40 54
Octal 360 273 322 0 26 14 6 516 100 124
Binary 11110000 10111011 11010010 0 10110 1100 110 101001110 1000000 1010100

Color Harmonies of #F0BBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BBD2

Black with #F0BBD2

Text Example


Text Example

White with #F0BBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BBD2; }

 p { color: rgb(240,187,210); }

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

background-color css

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

 a { background-color: rgb(240,187,210); }

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

border-color css

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

 span { border-color: rgb(240,187,210); }

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