Html Css Color HEX #F0BEDF Classic Rose

📋 copy color: '#F0BEDF'

red 240 ◦ green 190 ◦ blue 223

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

Shades of Classic Rose #F0BEDF

Tints of Classic Rose #F0BEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.15%

R = 36.75%
G = 29.1%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F0BEDF (or 0xF0BEDF) is known color: Classic Rose. HEX triplet: F0, BE and DF. RGB value is (240,190,223). Sum of RGB (Red+Green+Blue) = 240+190+223=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BEDF is #0F4120. Grayscale: #D0D0D0. Windows color (decimal): -999713 or 14663408. OLE color: 14663408.

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

Color convert

RGB 240 190 223 -
CMYK 0 0.21 0.07 0.06
HSL 320.4º 0.63% 0.84% -
HSV(B) 320.4º 0.21% 0.94% -
XYZ 67.67 60.68 77.96 -
YUV 208.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 240 190 223 0 0.21 0.07 0.06 320.4 0.63 0.84
Hex F0 BE DF 0 15 7 6 140 3E 54
Octal 360 276 337 0 25 7 6 500 76 124
Binary 11110000 10111110 11011111 0 10101 111 110 101000000 111110 1010100

Color Harmonies of #F0BEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BEDF

Black with #F0BEDF

Text Example


Text Example

White with #F0BEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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