Html Css Color HEX #F0BDE0 Classic Rose

📋 copy color: '#F0BDE0'

red 240 ◦ green 189 ◦ blue 224

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

Shades of Classic Rose #F0BDE0

Tints of Classic Rose #F0BDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.3%

R = 36.75%
G = 28.94%
B = 34.3%

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

#F0BDE0 (or 0xF0BDE0) is known color: Classic Rose. HEX triplet: F0, BD and E0. RGB value is (240,189,224). Sum of RGB (Red+Green+Blue) = 240+189+224=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDE0 is #0F421F. Grayscale: #D0D0D0. Windows color (decimal): -999968 or 14728688. OLE color: 14728688.

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

Color convert

RGB 240 189 224 -
CMYK 0 0.21 0.07 0.06
HSL 318.82º 0.63% 0.84% -
HSV(B) 318.82º 0.21% 0.94% -
XYZ 67.59 60.3 78.6 -
YUV 208.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 240 189 224 0 0.21 0.07 0.06 318.82 0.63 0.84
Hex F0 BD E0 0 15 7 6 13F 3F 54
Octal 360 275 340 0 25 7 6 477 77 124
Binary 11110000 10111101 11100000 0 10101 111 110 100111111 111111 1010100

Color Harmonies of #F0BDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BDE0

Black with #F0BDE0

Text Example


Text Example

White with #F0BDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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