Html Css Color HEX #F3BED2 Classic Rose

📋 copy color: '#F3BED2'

red 243 ◦ green 190 ◦ blue 210

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

Shades of Classic Rose #F3BED2

Tints of Classic Rose #F3BED2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.55%

 BLUE value IS 210 (82.42% from 255) = 32.66%

R = 37.79%
G = 29.55%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F3BED2 (or 0xF3BED2) is known color: Classic Rose. HEX triplet: F3, BE and D2. RGB value is (243,190,210). Sum of RGB (Red+Green+Blue) = 243+190+210=643 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.79% from 643); Green value is 190 (74.61% from 255 or 29.55% from 643); Blue value is 210 (82.42% from 255 or 32.66% from 643); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BED2 is #0C412D. Grayscale: #D0D0D0. Windows color (decimal): -803118 or 13811443. OLE color: 13811443.

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

Color convert

RGB 243 190 210 -
CMYK 0 0.22 0.14 0.05
HSL 337.36º 0.69% 0.85% -
HSV(B) 337.36º 0.22% 0.95% -
XYZ 67.01 60.53 69.13 -
YUV 208.13 129.06 152.87 -
System Red Green Blue C M Y K H S L
Decimal 243 190 210 0 0.22 0.14 0.05 337.36 0.69 0.85
Hex F3 BE D2 0 16 E 5 151 45 55
Octal 363 276 322 0 26 16 5 521 105 125
Binary 11110011 10111110 11010010 0 10110 1110 101 101010001 1000101 1010101

Color Harmonies of #F3BED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BED2

Black with #F3BED2

Text Example


Text Example

White with #F3BED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BED2; }

 p { color: rgb(243,190,210); }

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

background-color css

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

 a { background-color: rgb(243,190,210); }

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

border-color css

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

 span { border-color: rgb(243,190,210); }

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