Html Css Color HEX #F3BCDC Classic Rose

📋 copy color: '#F3BCDC'

red 243 ◦ green 188 ◦ blue 220

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

Shades of Classic Rose #F3BCDC

Tints of Classic Rose #F3BCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.79%

R = 37.33%
G = 28.88%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F3BCDC (or 0xF3BCDC) is known color: Classic Rose. HEX triplet: F3, BC and DC. RGB value is (243,188,220). Sum of RGB (Red+Green+Blue) = 243+188+220=651 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.33% from 651); Green value is 188 (73.83% from 255 or 28.88% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCDC is #0C4323. Grayscale: #D0D0D0. Windows color (decimal): -803620 or 14466291. OLE color: 14466291.

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

Color convert

RGB 243 188 220 -
CMYK 0 0.23 0.09 0.05
HSL 325.09º 0.7% 0.85% -
HSV(B) 325.09º 0.23% 0.95% -
XYZ 67.86 60.19 75.75 -
YUV 208.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 243 188 220 0 0.23 0.09 0.05 325.09 0.7 0.85
Hex F3 BC DC 0 17 9 5 145 46 55
Octal 363 274 334 0 27 11 5 505 106 125
Binary 11110011 10111100 11011100 0 10111 1001 101 101000101 1000110 1010101

Color Harmonies of #F3BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BCDC

Black with #F3BCDC

Text Example


Text Example

White with #F3BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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