Html Css Color HEX #F3BCD9 Classic Rose

📋 copy color: '#F3BCD9'

red 243 ◦ green 188 ◦ blue 217

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

Shades of Classic Rose #F3BCD9

Tints of Classic Rose #F3BCD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 33.49%

R = 37.5%
G = 29.01%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F3BCD9 (or 0xF3BCD9) is known color: Classic Rose. HEX triplet: F3, BC and D9. RGB value is (243,188,217). Sum of RGB (Red+Green+Blue) = 243+188+217=648 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.5% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCD9 is #0C4326. Grayscale: #CFCFCF. Windows color (decimal): -803623 or 14269683. OLE color: 14269683.

HSL color Cylindrical-coordinate representation of color #F3BCD9: hue angle of 328.36º 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 #F3BCD9 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 188 217 -
CMYK 0 0.23 0.11 0.05
HSL 328.36º 0.7% 0.85% -
HSV(B) 328.36º 0.23% 0.95% -
XYZ 67.47 60.03 73.68 -
YUV 207.75 133.22 153.14 -
System Red Green Blue C M Y K H S L
Decimal 243 188 217 0 0.23 0.11 0.05 328.36 0.7 0.85
Hex F3 BC D9 0 17 B 5 148 46 55
Octal 363 274 331 0 27 13 5 510 106 125
Binary 11110011 10111100 11011001 0 10111 1011 101 101001000 1000110 1010101

Color Harmonies of #F3BCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BCD9

Black with #F3BCD9

Text Example


Text Example

White with #F3BCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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