Html Css Color HEX #F3BBDD Classic Rose

📋 copy color: '#F3BBDD'

red 243 ◦ green 187 ◦ blue 221

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

Shades of Classic Rose #F3BBDD

Tints of Classic Rose #F3BBDD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.73%

 BLUE value IS 221 (86.72% from 255) = 33.95%

R = 37.33%
G = 28.73%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F3BBDD (or 0xF3BBDD) is known color: Classic Rose. HEX triplet: F3, BB and DD. RGB value is (243,187,221). Sum of RGB (Red+Green+Blue) = 243+187+221=651 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.33% from 651); Green value is 187 (73.44% from 255 or 28.73% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBDD is #0C4422. Grayscale: #CFCFCF. Windows color (decimal): -803875 or 14531571. OLE color: 14531571.

HSL color Cylindrical-coordinate representation of color #F3BBDD: hue angle of 323.57º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BBDD is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 187 221 -
CMYK 0 0.23 0.09 0.05
HSL 323.57º 0.7% 0.84% -
HSV(B) 323.57º 0.23% 0.95% -
XYZ 67.78 59.82 76.38 -
YUV 207.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 243 187 221 0 0.23 0.09 0.05 323.57 0.7 0.84
Hex F3 BB DD 0 17 9 5 144 46 54
Octal 363 273 335 0 27 11 5 504 106 124
Binary 11110011 10111011 11011101 0 10111 1001 101 101000100 1000110 1010100

Color Harmonies of #F3BBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BBDD

Black with #F3BBDD

Text Example


Text Example

White with #F3BBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BBDD; }

 p { color: rgb(243,187,221); }

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

background-color css

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

 a { background-color: rgb(243,187,221); }

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

border-color css

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

 span { border-color: rgb(243,187,221); }

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