#F2BED4

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

Shades of Classic Rose #F2BED4

Tints of Classic Rose #F2BED4

Color information

#F2BED4 (or 0xF2BED4) is unknown color: approx Classic Rose. HEX triplet: F2, BE and D4. RGB value is (242,190,212). Sum of RGB (Red+Green+Blue) = 242+190+212=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 212 (83.20% from 255 or 32.92% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BED4 is #0D412B. Grayscale: #D0D0D0. Windows color (decimal): -868652 or 13942514. OLE color: 13942514.

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

Color convert

RGB242190212-
CMYK00.210.120.05
HSL334.62º66.67%84.71%-
HSV(B)334.62º21.49%94.9%-
XYZ66.9260.4670.43-
YUV208.06130.23152.21-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.58%
GREEN value IS 190 (74.61% from 255) = 29.50%
BLUE value IS 212 (83.20% from 255) = 32.92%
R=37.58%
G=29.50%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219021200.210.120.05334.6266.6784.71
HexF2BED4015C514f4355
Octal362276324025145517103125
Binary111100101011111011010100010101110010110100111110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BED4; }

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

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

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

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

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

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

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

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