Html Css Color HEX #F2BDDA Classic Rose

📋 copy color: '#F2BDDA'

red 242 ◦ green 189 ◦ blue 218

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

Shades of Classic Rose #F2BDDA

Tints of Classic Rose #F2BDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.59%

R = 37.29%
G = 29.12%
B = 33.59%

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

#F2BDDA (or 0xF2BDDA) is known color: Classic Rose. HEX triplet: F2, BD and DA. RGB value is (242,189,218). Sum of RGB (Red+Green+Blue) = 242+189+218=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDDA is #0D4225. Grayscale: #D0D0D0. Windows color (decimal): -868902 or 14335474. OLE color: 14335474.

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

Color convert

RGB 242 189 218 -
CMYK 0 0.22 0.10 0.05
HSL 327.17º 0.67% 0.85% -
HSV(B) 327.17º 0.22% 0.95% -
XYZ 67.47 60.33 74.42 -
YUV 208.15 133.56 152.14 -
System Red Green Blue C M Y K H S L
Decimal 242 189 218 0 0.22 0.10 0.05 327.17 0.67 0.85
Hex F2 BD DA 0 16 A 5 147 43 55
Octal 362 275 332 0 26 12 5 507 103 125
Binary 11110010 10111101 11011010 0 10110 1010 101 101000111 1000011 1010101

Color Harmonies of #F2BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BDDA

Black with #F2BDDA

Text Example


Text Example

White with #F2BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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