Html Css Color HEX #F3BDD9 Classic Rose

📋 copy color: '#F3BDD9'

red 243 ◦ green 189 ◦ blue 217

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

Shades of Classic Rose #F3BDD9

Tints of Classic Rose #F3BDD9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.12%

 BLUE value IS 217 (85.16% from 255) = 33.44%

R = 37.44%
G = 29.12%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F3BDD9 (or 0xF3BDD9) is known color: Classic Rose. HEX triplet: F3, BD and D9. RGB value is (243,189,217). Sum of RGB (Red+Green+Blue) = 243+189+217=649 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.44% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 217 (85.16% from 255 or 33.44% from 649); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BDD9 is #0C4226. Grayscale: #D0D0D0. Windows color (decimal): -803367 or 14269939. OLE color: 14269939.

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

Color convert

RGB 243 189 217 -
CMYK 0 0.22 0.11 0.05
HSL 328.89º 0.69% 0.85% -
HSV(B) 328.89º 0.22% 0.95% -
XYZ 67.68 60.46 73.75 -
YUV 208.34 132.89 152.72 -
System Red Green Blue C M Y K H S L
Decimal 243 189 217 0 0.22 0.11 0.05 328.89 0.69 0.85
Hex F3 BD D9 0 16 B 5 149 45 55
Octal 363 275 331 0 26 13 5 511 105 125
Binary 11110011 10111101 11011001 0 10110 1011 101 101001001 1000101 1010101

Color Harmonies of #F3BDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BDD9

Black with #F3BDD9

Text Example


Text Example

White with #F3BDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BDD9; }

 p { color: rgb(243,189,217); }

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

background-color css

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

 a { background-color: rgb(243,189,217); }

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

border-color css

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

 span { border-color: rgb(243,189,217); }

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