Html Css Color HEX #F0BCDD Classic Rose

📋 copy color: '#F0BCDD'

red 240 ◦ green 188 ◦ blue 221

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

Shades of Classic Rose #F0BCDD

Tints of Classic Rose #F0BCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.05%

R = 36.98%
G = 28.97%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0BCDD (or 0xF0BCDD) is known color: Classic Rose. HEX triplet: F0, BC and DD. RGB value is (240,188,221). Sum of RGB (Red+Green+Blue) = 240+188+221=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCDD is #0F4322. Grayscale: #CFCFCF. Windows color (decimal): -1000227 or 14531824. OLE color: 14531824.

HSL color Cylindrical-coordinate representation of color #F0BCDD: hue angle of 321.92º degrees, saturation: 0.63, 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 #F0BCDD is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 188 221 -
CMYK 0 0.22 0.08 0.06
HSL 321.92º 0.63% 0.84% -
HSV(B) 321.92º 0.22% 0.94% -
XYZ 66.97 59.71 76.4 -
YUV 207.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 240 188 221 0 0.22 0.08 0.06 321.92 0.63 0.84
Hex F0 BC DD 0 16 8 6 142 3F 54
Octal 360 274 335 0 26 10 6 502 77 124
Binary 11110000 10111100 11011101 0 10110 1000 110 101000010 111111 1010100

Color Harmonies of #F0BCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BCDD

Black with #F0BCDD

Text Example


Text Example

White with #F0BCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BCDD; }

 p { color: rgb(240,188,221); }

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

background-color css

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

 a { background-color: rgb(240,188,221); }

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

border-color css

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

 span { border-color: rgb(240,188,221); }

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