Html Css Color HEX #F0BCD3 Classic Rose

📋 copy color: '#F0BCD3'

red 240 ◦ green 188 ◦ blue 211

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

Shades of Classic Rose #F0BCD3

Tints of Classic Rose #F0BCD3

RGB

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

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

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

R = 37.56%
G = 29.42%
B = 33.02%

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

#F0BCD3 (or 0xF0BCD3) is known color: Classic Rose. HEX triplet: F0, BC and D3. RGB value is (240,188,211). Sum of RGB (Red+Green+Blue) = 240+188+211=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 211 (82.81% from 255 or 33.02% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCD3 is #0F432C. Grayscale: #CECECE. Windows color (decimal): -1000237 or 13876464. OLE color: 13876464.

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

Color convert

RGB 240 188 211 -
CMYK 0 0.22 0.12 0.06
HSL 333.46º 0.63% 0.84% -
HSV(B) 333.46º 0.22% 0.94% -
XYZ 65.68 59.19 69.59 -
YUV 206.17 130.73 152.13 -
System Red Green Blue C M Y K H S L
Decimal 240 188 211 0 0.22 0.12 0.06 333.46 0.63 0.84
Hex F0 BC D3 0 16 C 6 14D 3F 54
Octal 360 274 323 0 26 14 6 515 77 124
Binary 11110000 10111100 11010011 0 10110 1100 110 101001101 111111 1010100

Color Harmonies of #F0BCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BCD3

Black with #F0BCD3

Text Example


Text Example

White with #F0BCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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