Html Css Color HEX #F3BCE2 Classic Rose

📋 copy color: '#F3BCE2'

red 243 ◦ green 188 ◦ blue 226

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

Shades of Classic Rose #F3BCE2

Tints of Classic Rose #F3BCE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.4%

R = 36.99%
G = 28.61%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F3BCE2 (or 0xF3BCE2) is known color: Classic Rose. HEX triplet: F3, BC and E2. RGB value is (243,188,226). Sum of RGB (Red+Green+Blue) = 243+188+226=657 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.99% from 657); Green value is 188 (73.83% from 255 or 28.61% from 657); Blue value is 226 (88.67% from 255 or 34.40% from 657); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCE2 is #0C431D. Grayscale: #D0D0D0. Windows color (decimal): -803614 or 14859507. OLE color: 14859507.

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

Color convert

RGB 243 188 226 -
CMYK 0 0.23 0.07 0.05
HSL 318.55º 0.7% 0.85% -
HSV(B) 318.55º 0.23% 0.95% -
XYZ 68.67 60.51 80.01 -
YUV 208.78 137.72 152.41 -
System Red Green Blue C M Y K H S L
Decimal 243 188 226 0 0.23 0.07 0.05 318.55 0.7 0.85
Hex F3 BC E2 0 17 7 5 13F 46 55
Octal 363 274 342 0 27 7 5 477 106 125
Binary 11110011 10111100 11100010 0 10111 111 101 100111111 1000110 1010101

Color Harmonies of #F3BCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BCE2

Black with #F3BCE2

Text Example


Text Example

White with #F3BCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BCE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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