Html Css Color HEX #F0BDD6 Classic Rose

📋 copy color: '#F0BDD6'

red 240 ◦ green 189 ◦ blue 214

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

Shades of Classic Rose #F0BDD6

Tints of Classic Rose #F0BDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.28%

R = 37.33%
G = 29.39%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#F0BDD6 (or 0xF0BDD6) is known color: Classic Rose. HEX triplet: F0, BD and D6. RGB value is (240,189,214). Sum of RGB (Red+Green+Blue) = 240+189+214=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 189 (74.22% from 255 or 29.39% from 643); Blue value is 214 (83.98% from 255 or 33.28% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDD6 is #0F4229. Grayscale: #CFCFCF. Windows color (decimal): -999978 or 14073328. OLE color: 14073328.

HSL color Cylindrical-coordinate representation of color #F0BDD6: hue angle of 330.59º 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 #F0BDD6 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 189 214 -
CMYK 0 0.21 0.11 0.06
HSL 330.59º 0.63% 0.84% -
HSV(B) 330.59º 0.21% 0.94% -
XYZ 66.27 59.78 71.66 -
YUV 207.1 131.9 151.47 -
System Red Green Blue C M Y K H S L
Decimal 240 189 214 0 0.21 0.11 0.06 330.59 0.63 0.84
Hex F0 BD D6 0 15 B 6 14B 3F 54
Octal 360 275 326 0 25 13 6 513 77 124
Binary 11110000 10111101 11010110 0 10101 1011 110 101001011 111111 1010100

Color Harmonies of #F0BDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BDD6

Black with #F0BDD6

Text Example


Text Example

White with #F0BDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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