Html Css Color HEX #F0BCD7 Classic Rose

📋 copy color: '#F0BCD7'

red 240 ◦ green 188 ◦ blue 215

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

Shades of Classic Rose #F0BCD7

Tints of Classic Rose #F0BCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.44%

R = 37.33%
G = 29.24%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F0BCD7 (or 0xF0BCD7) is known color: Classic Rose. HEX triplet: F0, BC and D7. RGB value is (240,188,215). Sum of RGB (Red+Green+Blue) = 240+188+215=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 215 (84.38% from 255 or 33.44% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCD7 is #0F4328. Grayscale: #CECECE. Windows color (decimal): -1000233 or 14138608. OLE color: 14138608.

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

Color convert

RGB 240 188 215 -
CMYK 0 0.22 0.10 0.06
HSL 328.85º 0.63% 0.84% -
HSV(B) 328.85º 0.22% 0.94% -
XYZ 66.18 59.4 72.27 -
YUV 206.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 240 188 215 0 0.22 0.10 0.06 328.85 0.63 0.84
Hex F0 BC D7 0 16 A 6 149 3F 54
Octal 360 274 327 0 26 12 6 511 77 124
Binary 11110000 10111100 11010111 0 10110 1010 110 101001001 111111 1010100

Color Harmonies of #F0BCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BCD7

Black with #F0BCD7

Text Example


Text Example

White with #F0BCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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