Html Css Color HEX #F3BCDF Classic Rose

📋 copy color: '#F3BCDF'

red 243 ◦ green 188 ◦ blue 223

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

Shades of Classic Rose #F3BCDF

Tints of Classic Rose #F3BCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.1%

R = 37.16%
G = 28.75%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F3BCDF (or 0xF3BCDF) is known color: Classic Rose. HEX triplet: F3, BC and DF. RGB value is (243,188,223). Sum of RGB (Red+Green+Blue) = 243+188+223=654 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.16% from 654); Green value is 188 (73.83% from 255 or 28.75% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCDF is #0C4320. Grayscale: #D0D0D0. Windows color (decimal): -803617 or 14662899. OLE color: 14662899.

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

Color convert

RGB 243 188 223 -
CMYK 0 0.23 0.08 0.05
HSL 321.82º 0.7% 0.85% -
HSV(B) 321.82º 0.23% 0.95% -
XYZ 68.26 60.35 77.86 -
YUV 208.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 243 188 223 0 0.23 0.08 0.05 321.82 0.7 0.85
Hex F3 BC DF 0 17 8 5 142 46 55
Octal 363 274 337 0 27 10 5 502 106 125
Binary 11110011 10111100 11011111 0 10111 1000 101 101000010 1000110 1010101

Color Harmonies of #F3BCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BCDF

Black with #F3BCDF

Text Example


Text Example

White with #F3BCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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