Html Css Color HEX #F2BCDB Classic Rose

📋 copy color: '#F2BCDB'

red 242 ◦ green 188 ◦ blue 219

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

Shades of Classic Rose #F2BCDB

Tints of Classic Rose #F2BCDB

RGB

 RED value IS 242 (94.92% from 255) = 37.29%

 GREEN value IS 188 (73.83% from 255) = 28.97%

 BLUE value IS 219 (85.94% from 255) = 33.74%

R = 37.29%
G = 28.97%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2BCDB (or 0xF2BCDB) is known color: Classic Rose. HEX triplet: F2, BC and DB. RGB value is (242,188,219). Sum of RGB (Red+Green+Blue) = 242+188+219=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCDB is #0D4324. Grayscale: #CFCFCF. Windows color (decimal): -869157 or 14400754. OLE color: 14400754.

HSL color Cylindrical-coordinate representation of color #F2BCDB: hue angle of 325.56º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BCDB is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 188 219 -
CMYK 0 0.22 0.10 0.05
HSL 325.56º 0.68% 0.84% -
HSV(B) 325.56º 0.22% 0.95% -
XYZ 67.39 59.96 75.04 -
YUV 207.68 134.39 152.48 -
System Red Green Blue C M Y K H S L
Decimal 242 188 219 0 0.22 0.10 0.05 325.56 0.68 0.84
Hex F2 BC DB 0 16 A 5 146 44 54
Octal 362 274 333 0 26 12 5 506 104 124
Binary 11110010 10111100 11011011 0 10110 1010 101 101000110 1000100 1010100

Color Harmonies of #F2BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BCDB

Black with #F2BCDB

Text Example


Text Example

White with #F2BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BCDB; }

 p { color: rgb(242,188,219); }

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

background-color css

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

 a { background-color: rgb(242,188,219); }

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

border-color css

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

 span { border-color: rgb(242,188,219); }

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