Html Css Color HEX #F0BCD8 Classic Rose

📋 copy color: '#F0BCD8'

red 240 ◦ green 188 ◦ blue 216

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

Shades of Classic Rose #F0BCD8

Tints of Classic Rose #F0BCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.54%

R = 37.27%
G = 29.19%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.1

 K value IS 0.06

RGB Variations

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

Color information

#F0BCD8 (or 0xF0BCD8) is known color: Classic Rose. HEX triplet: F0, BC and D8. RGB value is (240,188,216). Sum of RGB (Red+Green+Blue) = 240+188+216=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCD8 is #0F4327. Grayscale: #CECECE. Windows color (decimal): -1000232 or 14204144. OLE color: 14204144.

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

Color convert

RGB 240 188 216 -
CMYK 0 0.22 0.1 0.06
HSL 327.69º 0.63% 0.84% -
HSV(B) 327.69º 0.22% 0.94% -
XYZ 66.31 59.45 72.95 -
YUV 206.74 133.23 151.72 -
System Red Green Blue C M Y K H S L
Decimal 240 188 216 0 0.22 0.1 0.06 327.69 0.63 0.84
Hex F0 BC D8 0 16 A 6 148 3F 54
Octal 360 274 330 0 26 12 6 510 77 124
Binary 11110000 10111100 11011000 0 10110 1010 110 101001000 111111 1010100

Color Harmonies of #F0BCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BCD8

Black with #F0BCD8

Text Example


Text Example

White with #F0BCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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