Html Css Color HEX #F3BCDA Classic Rose

📋 copy color: '#F3BCDA'

red 243 ◦ green 188 ◦ blue 218

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

Shades of Classic Rose #F3BCDA

Tints of Classic Rose #F3BCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.59%

R = 37.44%
G = 28.97%
B = 33.59%

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

#F3BCDA (or 0xF3BCDA) is known color: Classic Rose. HEX triplet: F3, BC and DA. RGB value is (243,188,218). Sum of RGB (Red+Green+Blue) = 243+188+218=649 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.44% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCDA is #0C4325. Grayscale: #CFCFCF. Windows color (decimal): -803622 or 14335219. OLE color: 14335219.

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

Color convert

RGB 243 188 218 -
CMYK 0 0.23 0.10 0.05
HSL 327.27º 0.7% 0.85% -
HSV(B) 327.27º 0.23% 0.95% -
XYZ 67.6 60.08 74.36 -
YUV 207.87 133.72 153.06 -
System Red Green Blue C M Y K H S L
Decimal 243 188 218 0 0.23 0.10 0.05 327.27 0.7 0.85
Hex F3 BC DA 0 17 A 5 147 46 55
Octal 363 274 332 0 27 12 5 507 106 125
Binary 11110011 10111100 11011010 0 10111 1010 101 101000111 1000110 1010101

Color Harmonies of #F3BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BCDA

Black with #F3BCDA

Text Example


Text Example

White with #F3BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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