Html Css Color HEX #F0BFDC Classic Rose

📋 copy color: '#F0BFDC'

red 240 ◦ green 191 ◦ blue 220

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

Shades of Classic Rose #F0BFDC

Tints of Classic Rose #F0BFDC

RGB

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

 GREEN value IS 191 (75% from 255) = 29.34%

 BLUE value IS 220 (86.33% from 255) = 33.79%

R = 36.87%
G = 29.34%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0BFDC (or 0xF0BFDC) is known color: Classic Rose. HEX triplet: F0, BF and DC. RGB value is (240,191,220). Sum of RGB (Red+Green+Blue) = 240+191+220=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 191 (75% from 255 or 29.34% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFDC is #0F4023. Grayscale: #D0D0D0. Windows color (decimal): -999460 or 14467056. OLE color: 14467056.

HSL color Cylindrical-coordinate representation of color #F0BFDC: hue angle of 324.49º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0BFDC is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 191 220 -
CMYK 0 0.20 0.08 0.06
HSL 324.49º 0.62% 0.85% -
HSV(B) 324.49º 0.2% 0.94% -
XYZ 67.48 60.95 75.92 -
YUV 208.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 240 191 220 0 0.20 0.08 0.06 324.49 0.62 0.85
Hex F0 BF DC 0 14 8 6 144 3E 55
Octal 360 277 334 0 24 10 6 504 76 125
Binary 11110000 10111111 11011100 0 10100 1000 110 101000100 111110 1010101

Color Harmonies of #F0BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BFDC

Black with #F0BFDC

Text Example


Text Example

White with #F0BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BFDC; }

 p { color: rgb(240,191,220); }

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

background-color css

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

 a { background-color: rgb(240,191,220); }

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

border-color css

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

 span { border-color: rgb(240,191,220); }

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