Html Css Color HEX #F0BEDD Classic Rose

📋 copy color: '#F0BEDD'

red 240 ◦ green 190 ◦ blue 221

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

Shades of Classic Rose #F0BEDD

Tints of Classic Rose #F0BEDD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.19%

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

R = 36.87%
G = 29.19%
B = 33.95%

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

#F0BEDD (or 0xF0BEDD) is known color: Classic Rose. HEX triplet: F0, BE and DD. RGB value is (240,190,221). Sum of RGB (Red+Green+Blue) = 240+190+221=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 190 (74.61% from 255 or 29.19% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BEDD is #0F4122. Grayscale: #D0D0D0. Windows color (decimal): -999715 or 14532336. OLE color: 14532336.

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

Color convert

RGB 240 190 221 -
CMYK 0 0.21 0.08 0.06
HSL 322.8º 0.63% 0.84% -
HSV(B) 322.8º 0.21% 0.94% -
XYZ 67.4 60.57 76.55 -
YUV 208.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 240 190 221 0 0.21 0.08 0.06 322.8 0.63 0.84
Hex F0 BE DD 0 15 8 6 143 3E 54
Octal 360 276 335 0 25 10 6 503 76 124
Binary 11110000 10111110 11011101 0 10101 1000 110 101000011 111110 1010100

Color Harmonies of #F0BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BEDD

Black with #F0BEDD

Text Example


Text Example

White with #F0BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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