Html Css Color HEX #F2BCD5 Classic Rose

📋 copy color: '#F2BCD5'

red 242 ◦ green 188 ◦ blue 213

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

Shades of Classic Rose #F2BCD5

Tints of Classic Rose #F2BCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.13%

R = 37.64%
G = 29.24%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F2BCD5 (or 0xF2BCD5) is known color: Classic Rose. HEX triplet: F2, BC and D5. RGB value is (242,188,213). Sum of RGB (Red+Green+Blue) = 242+188+213=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 213 (83.59% from 255 or 33.13% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCD5 is #0D432A. Grayscale: #CECECE. Windows color (decimal): -869163 or 14007538. OLE color: 14007538.

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

Color convert

RGB 242 188 213 -
CMYK 0 0.22 0.12 0.05
HSL 332.22º 0.68% 0.84% -
HSV(B) 332.22º 0.22% 0.95% -
XYZ 66.61 59.65 70.95 -
YUV 207 131.39 152.97 -
System Red Green Blue C M Y K H S L
Decimal 242 188 213 0 0.22 0.12 0.05 332.22 0.68 0.84
Hex F2 BC D5 0 16 C 5 14C 44 54
Octal 362 274 325 0 26 14 5 514 104 124
Binary 11110010 10111100 11010101 0 10110 1100 101 101001100 1000100 1010100

Color Harmonies of #F2BCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BCD5

Black with #F2BCD5

Text Example


Text Example

White with #F2BCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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