Html Css Color HEX #F0BDD3 Classic Rose

📋 copy color: '#F0BDD3'

red 240 ◦ green 189 ◦ blue 211

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

Shades of Classic Rose #F0BDD3

Tints of Classic Rose #F0BDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.97%

R = 37.5%
G = 29.53%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F0BDD3 (or 0xF0BDD3) is known color: Classic Rose. HEX triplet: F0, BD and D3. RGB value is (240,189,211). Sum of RGB (Red+Green+Blue) = 240+189+211=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDD3 is #0F422C. Grayscale: #CECECE. Windows color (decimal): -999981 or 13876720. OLE color: 13876720.

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

Color convert

RGB 240 189 211 -
CMYK 0 0.21 0.12 0.06
HSL 334.12º 0.63% 0.84% -
HSV(B) 334.12º 0.21% 0.94% -
XYZ 65.89 59.62 69.66 -
YUV 206.76 130.4 151.71 -
System Red Green Blue C M Y K H S L
Decimal 240 189 211 0 0.21 0.12 0.06 334.12 0.63 0.84
Hex F0 BD D3 0 15 C 6 14E 3F 54
Octal 360 275 323 0 25 14 6 516 77 124
Binary 11110000 10111101 11010011 0 10101 1100 110 101001110 111111 1010100

Color Harmonies of #F0BDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BDD3

Black with #F0BDD3

Text Example


Text Example

White with #F0BDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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