Html Css Color HEX #F2BCD9 Classic Rose

📋 copy color: '#F2BCD9'

red 242 ◦ green 188 ◦ blue 217

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

Shades of Classic Rose #F2BCD9

Tints of Classic Rose #F2BCD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 33.54%

R = 37.4%
G = 29.06%
B = 33.54%

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

#F2BCD9 (or 0xF2BCD9) is known color: Classic Rose. HEX triplet: F2, BC and D9. RGB value is (242,188,217). Sum of RGB (Red+Green+Blue) = 242+188+217=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 217 (85.16% from 255 or 33.54% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCD9 is #0D4326. Grayscale: #CFCFCF. Windows color (decimal): -869159 or 14269682. OLE color: 14269682.

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

Color convert

RGB 242 188 217 -
CMYK 0 0.22 0.10 0.05
HSL 327.78º 0.68% 0.84% -
HSV(B) 327.78º 0.22% 0.95% -
XYZ 67.13 59.85 73.66 -
YUV 207.45 133.39 152.64 -
System Red Green Blue C M Y K H S L
Decimal 242 188 217 0 0.22 0.10 0.05 327.78 0.68 0.84
Hex F2 BC D9 0 16 A 5 148 44 54
Octal 362 274 331 0 26 12 5 510 104 124
Binary 11110010 10111100 11011001 0 10110 1010 101 101001000 1000100 1010100

Color Harmonies of #F2BCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BCD9

Black with #F2BCD9

Text Example


Text Example

White with #F2BCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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