Html Css Color HEX #F0BDDE Classic Rose

📋 copy color: '#F0BDDE'

red 240 ◦ green 189 ◦ blue 222

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

Shades of Classic Rose #F0BDDE

Tints of Classic Rose #F0BDDE

RGB

 RED value IS 240 (94.14% from 255) = 36.87%

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

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

R = 36.87%
G = 29.03%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0BDDE (or 0xF0BDDE) is known color: Classic Rose. HEX triplet: F0, BD and DE. RGB value is (240,189,222). Sum of RGB (Red+Green+Blue) = 240+189+222=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDDE is #0F4221. Grayscale: #CFCFCF. Windows color (decimal): -999970 or 14597616. OLE color: 14597616.

HSL color Cylindrical-coordinate representation of color #F0BDDE: hue angle of 321.18º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0BDDE is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 189 222 -
CMYK 0 0.21 0.08 0.06
HSL 321.18º 0.63% 0.84% -
HSV(B) 321.18º 0.21% 0.94% -
XYZ 67.32 60.19 77.18 -
YUV 208.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 240 189 222 0 0.21 0.08 0.06 321.18 0.63 0.84
Hex F0 BD DE 0 15 8 6 141 3F 54
Octal 360 275 336 0 25 10 6 501 77 124
Binary 11110000 10111101 11011110 0 10101 1000 110 101000001 111111 1010100

Color Harmonies of #F0BDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BDDE

Black with #F0BDDE

Text Example


Text Example

White with #F0BDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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