Html Css Color HEX #F3BED6 Classic Rose

📋 copy color: '#F3BED6'

red 243 ◦ green 190 ◦ blue 214

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

Shades of Classic Rose #F3BED6

Tints of Classic Rose #F3BED6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.37%

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

R = 37.56%
G = 29.37%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F3BED6 (or 0xF3BED6) is known color: Classic Rose. HEX triplet: F3, BE and D6. RGB value is (243,190,214). Sum of RGB (Red+Green+Blue) = 243+190+214=647 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.56% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 214 (83.98% from 255 or 33.08% from 647); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BED6 is #0C4129. Grayscale: #D0D0D0. Windows color (decimal): -803114 or 14073587. OLE color: 14073587.

HSL color Cylindrical-coordinate representation of color #F3BED6: hue angle of 332.83º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3BED6 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 190 214 -
CMYK 0 0.22 0.12 0.05
HSL 332.83º 0.69% 0.85% -
HSV(B) 332.83º 0.22% 0.95% -
XYZ 67.51 60.74 71.78 -
YUV 208.58 131.06 152.55 -
System Red Green Blue C M Y K H S L
Decimal 243 190 214 0 0.22 0.12 0.05 332.83 0.69 0.85
Hex F3 BE D6 0 16 C 5 14D 45 55
Octal 363 276 326 0 26 14 5 515 105 125
Binary 11110011 10111110 11010110 0 10110 1100 101 101001101 1000101 1010101

Color Harmonies of #F3BED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BED6

Black with #F3BED6

Text Example


Text Example

White with #F3BED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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