Html Css Color HEX #F2BDDC Classic Rose

📋 copy color: '#F2BDDC'

red 242 ◦ green 189 ◦ blue 220

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

Shades of Classic Rose #F2BDDC

Tints of Classic Rose #F2BDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.79%

R = 37.17%
G = 29.03%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F2BDDC (or 0xF2BDDC) is known color: Classic Rose. HEX triplet: F2, BD and DC. RGB value is (242,189,220). Sum of RGB (Red+Green+Blue) = 242+189+220=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDDC is #0D4223. Grayscale: #D0D0D0. Windows color (decimal): -868900 or 14466546. OLE color: 14466546.

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

Color convert

RGB 242 189 220 -
CMYK 0 0.22 0.09 0.05
HSL 324.91º 0.67% 0.85% -
HSV(B) 324.91º 0.22% 0.95% -
XYZ 67.73 60.44 75.81 -
YUV 208.38 134.56 151.98 -
System Red Green Blue C M Y K H S L
Decimal 242 189 220 0 0.22 0.09 0.05 324.91 0.67 0.85
Hex F2 BD DC 0 16 9 5 145 43 55
Octal 362 275 334 0 26 11 5 505 103 125
Binary 11110010 10111101 11011100 0 10110 1001 101 101000101 1000011 1010101

Color Harmonies of #F2BDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BDDC

Black with #F2BDDC

Text Example


Text Example

White with #F2BDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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