Html Css Color HEX #F2BDDB Classic Rose

📋 copy color: '#F2BDDB'

red 242 ◦ green 189 ◦ blue 219

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

Shades of Classic Rose #F2BDDB

Tints of Classic Rose #F2BDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.08%

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

R = 37.23%
G = 29.08%
B = 33.69%

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

#F2BDDB (or 0xF2BDDB) is known color: Classic Rose. HEX triplet: F2, BD and DB. RGB value is (242,189,219). Sum of RGB (Red+Green+Blue) = 242+189+219=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDDB is #0D4224. Grayscale: #D0D0D0. Windows color (decimal): -868901 or 14401010. OLE color: 14401010.

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

Color convert

RGB 242 189 219 -
CMYK 0 0.22 0.10 0.05
HSL 326.04º 0.67% 0.85% -
HSV(B) 326.04º 0.22% 0.95% -
XYZ 67.6 60.39 75.11 -
YUV 208.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 242 189 219 0 0.22 0.10 0.05 326.04 0.67 0.85
Hex F2 BD DB 0 16 A 5 146 43 55
Octal 362 275 333 0 26 12 5 506 103 125
Binary 11110010 10111101 11011011 0 10110 1010 101 101000110 1000011 1010101

Color Harmonies of #F2BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BDDB

Black with #F2BDDB

Text Example


Text Example

White with #F2BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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