Html Css Color HEX #F3BADE Classic Rose

📋 copy color: '#F3BADE'

red 243 ◦ green 186 ◦ blue 222

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

Shades of Classic Rose #F3BADE

Tints of Classic Rose #F3BADE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.57%

 BLUE value IS 222 (87.11% from 255) = 34.1%

R = 37.33%
G = 28.57%
B = 34.1%

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

#F3BADE (or 0xF3BADE) is known color: Classic Rose. HEX triplet: F3, BA and DE. RGB value is (243,186,222). Sum of RGB (Red+Green+Blue) = 243+186+222=651 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.33% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BADE is #0C4521. Grayscale: #CFCFCF. Windows color (decimal): -804130 or 14596851. OLE color: 14596851.

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

Color convert

RGB 243 186 222 -
CMYK 0 0.23 0.09 0.05
HSL 322.11º 0.7% 0.84% -
HSV(B) 322.11º 0.23% 0.95% -
XYZ 67.71 59.45 77.01 -
YUV 207.15 136.38 153.57 -
System Red Green Blue C M Y K H S L
Decimal 243 186 222 0 0.23 0.09 0.05 322.11 0.7 0.84
Hex F3 BA DE 0 17 9 5 142 46 54
Octal 363 272 336 0 27 11 5 502 106 124
Binary 11110011 10111010 11011110 0 10111 1001 101 101000010 1000110 1010100

Color Harmonies of #F3BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BADE

Black with #F3BADE

Text Example


Text Example

White with #F3BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BADE; }

 p { color: rgb(243,186,222); }

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

background-color css

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

 a { background-color: rgb(243,186,222); }

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

border-color css

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

 span { border-color: rgb(243,186,222); }

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