Html Css Color HEX #F3BCD6 Classic Rose

📋 copy color: '#F3BCD6'

red 243 ◦ green 188 ◦ blue 214

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

Shades of Classic Rose #F3BCD6

Tints of Classic Rose #F3BCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.18%

R = 37.67%
G = 29.15%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F3BCD6 (or 0xF3BCD6) is known color: Classic Rose. HEX triplet: F3, BC and D6. RGB value is (243,188,214). Sum of RGB (Red+Green+Blue) = 243+188+214=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 214 (83.98% from 255 or 33.18% from 645); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCD6 is #0C4329. Grayscale: #CFCFCF. Windows color (decimal): -803626 or 14073075. OLE color: 14073075.

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

Color convert

RGB 243 188 214 -
CMYK 0 0.23 0.12 0.05
HSL 331.64º 0.7% 0.85% -
HSV(B) 331.64º 0.23% 0.95% -
XYZ 67.08 59.88 71.64 -
YUV 207.41 131.72 153.39 -
System Red Green Blue C M Y K H S L
Decimal 243 188 214 0 0.23 0.12 0.05 331.64 0.7 0.85
Hex F3 BC D6 0 17 C 5 14C 46 55
Octal 363 274 326 0 27 14 5 514 106 125
Binary 11110011 10111100 11010110 0 10111 1100 101 101001100 1000110 1010101

Color Harmonies of #F3BCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BCD6

Black with #F3BCD6

Text Example


Text Example

White with #F3BCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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