Html Css Color HEX #F2BDDE Classic Rose

📋 copy color: '#F2BDDE'

red 242 ◦ green 189 ◦ blue 222

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

Shades of Classic Rose #F2BDDE

Tints of Classic Rose #F2BDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34%

R = 37.06%
G = 28.94%
B = 34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F2BDDE (or 0xF2BDDE) is known color: Classic Rose. HEX triplet: F2, BD and DE. RGB value is (242,189,222). Sum of RGB (Red+Green+Blue) = 242+189+222=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDDE is #0D4221. Grayscale: #D0D0D0. Windows color (decimal): -868898 or 14597618. OLE color: 14597618.

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

Color convert

RGB 242 189 222 -
CMYK 0 0.22 0.08 0.05
HSL 322.64º 0.67% 0.85% -
HSV(B) 322.64º 0.22% 0.95% -
XYZ 68 60.55 77.21 -
YUV 208.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 242 189 222 0 0.22 0.08 0.05 322.64 0.67 0.85
Hex F2 BD DE 0 16 8 5 143 43 55
Octal 362 275 336 0 26 10 5 503 103 125
Binary 11110010 10111101 11011110 0 10110 1000 101 101000011 1000011 1010101

Color Harmonies of #F2BDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BDDE

Black with #F2BDDE

Text Example


Text Example

White with #F2BDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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