Html Css Color HEX #F3BDD6 Classic Rose

📋 copy color: '#F3BDD6'

red 243 ◦ green 189 ◦ blue 214

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

Shades of Classic Rose #F3BDD6

Tints of Classic Rose #F3BDD6

RGB

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

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

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

R = 37.62%
G = 29.26%
B = 33.13%

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

#F3BDD6 (or 0xF3BDD6) is known color: Classic Rose. HEX triplet: F3, BD and D6. RGB value is (243,189,214). Sum of RGB (Red+Green+Blue) = 243+189+214=646 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.62% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 214 (83.98% from 255 or 33.13% from 646); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BDD6 is #0C4229. Grayscale: #CFCFCF. Windows color (decimal): -803370 or 14073331. OLE color: 14073331.

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

Color convert

RGB 243 189 214 -
CMYK 0 0.22 0.12 0.05
HSL 332.22º 0.69% 0.85% -
HSV(B) 332.22º 0.22% 0.95% -
XYZ 67.3 60.3 71.71 -
YUV 208 131.39 152.97 -
System Red Green Blue C M Y K H S L
Decimal 243 189 214 0 0.22 0.12 0.05 332.22 0.69 0.85
Hex F3 BD D6 0 16 C 5 14C 45 55
Octal 363 275 326 0 26 14 5 514 105 125
Binary 11110011 10111101 11010110 0 10110 1100 101 101001100 1000101 1010101

Color Harmonies of #F3BDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BDD6

Black with #F3BDD6

Text Example


Text Example

White with #F3BDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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