#F2BEDF

Color #F2BEDF Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #F2BEDF

Tints of Classic Rose #F2BEDF

Color information

#F2BEDF (or 0xF2BEDF) is unknown color: approx Classic Rose. HEX triplet: F2, BE and DF. RGB value is (242,190,223). Sum of RGB (Red+Green+Blue) = 242+190+223=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 190 (74.61% from 255 or 29.01% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BEDF is #0D4120. Grayscale: #D1D1D1. Windows color (decimal): -868641 or 14663410. OLE color: 14663410.

HSL color Cylindrical-coordinate representation of color #F2BEDF: hue angle of 321.92º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2BEDF is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB242190223-
CMYK00.210.080.05
HSL321.92º66.67%84.71%-
HSV(B)321.92º21.49%94.9%-
XYZ68.3561.0377.99-
YUV209.31135.73151.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.95%
GREEN value IS 190 (74.61% from 255) = 29.01%
BLUE value IS 223 (87.5% from 255) = 34.05%
R=36.95%
G=29.01%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219022300.210.080.05321.9266.6784.71
HexF2BEDF015851424355
Octal362276337025105502103125
Binary111100101011111011011111010101100010110100001010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BEDF; }

 p { color: rgb(242,190,223); }

 H1.HeaderClassName
 {
   color: #F2BEDF;
 }
 .AnyTagClassName
 {
   color: #F2BEDF;
 }
</style>
background-color css

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

 a { background-color: rgb(242,190,223); }

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

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

 span { border-color: rgb(242,190,223); }

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