Html Css Color HEX #F0BDDD Classic Rose

📋 copy color: '#F0BDDD'

red 240 ◦ green 189 ◦ blue 221

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

Shades of Classic Rose #F0BDDD

Tints of Classic Rose #F0BDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34%

R = 36.92%
G = 29.08%
B = 34%

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

#F0BDDD (or 0xF0BDDD) is known color: Classic Rose. HEX triplet: F0, BD and DD. RGB value is (240,189,221). Sum of RGB (Red+Green+Blue) = 240+189+221=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDDD is #0F4222. Grayscale: #CFCFCF. Windows color (decimal): -999971 or 14532080. OLE color: 14532080.

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

Color convert

RGB 240 189 221 -
CMYK 0 0.21 0.08 0.06
HSL 322.35º 0.63% 0.84% -
HSV(B) 322.35º 0.21% 0.94% -
XYZ 67.18 60.14 76.47 -
YUV 207.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 240 189 221 0 0.21 0.08 0.06 322.35 0.63 0.84
Hex F0 BD DD 0 15 8 6 142 3F 54
Octal 360 275 335 0 25 10 6 502 77 124
Binary 11110000 10111101 11011101 0 10101 1000 110 101000010 111111 1010100

Color Harmonies of #F0BDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BDDD

Black with #F0BDDD

Text Example


Text Example

White with #F0BDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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