Html Css Color HEX #F2BADF Classic Rose

📋 copy color: '#F2BADF'

red 242 ◦ green 186 ◦ blue 223

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

Shades of Classic Rose #F2BADF

Tints of Classic Rose #F2BADF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.57%

 BLUE value IS 223 (87.5% from 255) = 34.25%

R = 37.17%
G = 28.57%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F2BADF (or 0xF2BADF) is known color: Classic Rose. HEX triplet: F2, BA and DF. RGB value is (242,186,223). Sum of RGB (Red+Green+Blue) = 242+186+223=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BADF is #0D4520. Grayscale: #CECECE. Windows color (decimal): -869665 or 14662386. OLE color: 14662386.

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

Color convert

RGB 242 186 223 -
CMYK 0 0.23 0.08 0.05
HSL 320.36º 0.68% 0.84% -
HSV(B) 320.36º 0.23% 0.95% -
XYZ 67.5 59.32 77.71 -
YUV 206.96 137.05 152.99 -
System Red Green Blue C M Y K H S L
Decimal 242 186 223 0 0.23 0.08 0.05 320.36 0.68 0.84
Hex F2 BA DF 0 17 8 5 140 44 54
Octal 362 272 337 0 27 10 5 500 104 124
Binary 11110010 10111010 11011111 0 10111 1000 101 101000000 1000100 1010100

Color Harmonies of #F2BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BADF

Black with #F2BADF

Text Example


Text Example

White with #F2BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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