Html Css Color HEX #F3BCDB Classic Rose

📋 copy color: '#F3BCDB'

red 243 ◦ green 188 ◦ blue 219

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

Shades of Classic Rose #F3BCDB

Tints of Classic Rose #F3BCDB

RGB

 RED value IS 243 (95.31% from 255) = 37.38%

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

 BLUE value IS 219 (85.94% from 255) = 33.69%

R = 37.38%
G = 28.92%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F3BCDB (or 0xF3BCDB) is known color: Classic Rose. HEX triplet: F3, BC and DB. RGB value is (243,188,219). Sum of RGB (Red+Green+Blue) = 243+188+219=650 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.38% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCDB is #0C4324. Grayscale: #CFCFCF. Windows color (decimal): -803621 or 14400755. OLE color: 14400755.

HSL color Cylindrical-coordinate representation of color #F3BCDB: hue angle of 326.18º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BCDB is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 188 219 -
CMYK 0 0.23 0.10 0.05
HSL 326.18º 0.7% 0.85% -
HSV(B) 326.18º 0.23% 0.95% -
XYZ 67.73 60.14 75.06 -
YUV 207.98 134.22 152.98 -
System Red Green Blue C M Y K H S L
Decimal 243 188 219 0 0.23 0.10 0.05 326.18 0.7 0.85
Hex F3 BC DB 0 17 A 5 146 46 55
Octal 363 274 333 0 27 12 5 506 106 125
Binary 11110011 10111100 11011011 0 10111 1010 101 101000110 1000110 1010101

Color Harmonies of #F3BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BCDB

Black with #F3BCDB

Text Example


Text Example

White with #F3BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BCDB; }

 p { color: rgb(243,188,219); }

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

background-color css

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

 a { background-color: rgb(243,188,219); }

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

border-color css

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

 span { border-color: rgb(243,188,219); }

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