Html Css Color HEX #F3BBDC Classic Rose

📋 copy color: '#F3BBDC'

red 243 ◦ green 187 ◦ blue 220

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

Shades of Classic Rose #F3BBDC

Tints of Classic Rose #F3BBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.85%

R = 37.38%
G = 28.77%
B = 33.85%

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

#F3BBDC (or 0xF3BBDC) is known color: Classic Rose. HEX triplet: F3, BB and DC. RGB value is (243,187,220). Sum of RGB (Red+Green+Blue) = 243+187+220=650 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.38% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBDC is #0C4423. Grayscale: #CFCFCF. Windows color (decimal): -803876 or 14466035. OLE color: 14466035.

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

Color convert

RGB 243 187 220 -
CMYK 0 0.23 0.09 0.05
HSL 324.64º 0.7% 0.84% -
HSV(B) 324.64º 0.23% 0.95% -
XYZ 67.65 59.76 75.68 -
YUV 207.51 135.05 153.32 -
System Red Green Blue C M Y K H S L
Decimal 243 187 220 0 0.23 0.09 0.05 324.64 0.7 0.84
Hex F3 BB DC 0 17 9 5 145 46 54
Octal 363 273 334 0 27 11 5 505 106 124
Binary 11110011 10111011 11011100 0 10111 1001 101 101000101 1000110 1010100

Color Harmonies of #F3BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BBDC

Black with #F3BBDC

Text Example


Text Example

White with #F3BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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