Html Css Color HEX #F0BED6 Classic Rose

📋 copy color: '#F0BED6'

red 240 ◦ green 190 ◦ blue 214

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

Shades of Classic Rose #F0BED6

Tints of Classic Rose #F0BED6

RGB

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

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

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

R = 37.27%
G = 29.5%
B = 33.23%

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

#F0BED6 (or 0xF0BED6) is known color: Classic Rose. HEX triplet: F0, BE and D6. RGB value is (240,190,214). Sum of RGB (Red+Green+Blue) = 240+190+214=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 214 (83.98% from 255 or 33.23% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BED6 is #0F4129. Grayscale: #CFCFCF. Windows color (decimal): -999722 or 14073584. OLE color: 14073584.

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

Color convert

RGB 240 190 214 -
CMYK 0 0.21 0.11 0.06
HSL 331.2º 0.63% 0.84% -
HSV(B) 331.2º 0.21% 0.94% -
XYZ 66.49 60.21 71.74 -
YUV 207.69 131.57 151.05 -
System Red Green Blue C M Y K H S L
Decimal 240 190 214 0 0.21 0.11 0.06 331.2 0.63 0.84
Hex F0 BE D6 0 15 B 6 14B 3E 54
Octal 360 276 326 0 25 13 6 513 76 124
Binary 11110000 10111110 11010110 0 10101 1011 110 101001011 111110 1010100

Color Harmonies of #F0BED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BED6

Black with #F0BED6

Text Example


Text Example

White with #F0BED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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