Html Css Color HEX #F0BBDF Classic Rose

📋 copy color: '#F0BBDF'

red 240 ◦ green 187 ◦ blue 223

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

Shades of Classic Rose #F0BBDF

Tints of Classic Rose #F0BBDF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.77%

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

R = 36.92%
G = 28.77%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F0BBDF (or 0xF0BBDF) is known color: Classic Rose. HEX triplet: F0, BB and DF. RGB value is (240,187,223). Sum of RGB (Red+Green+Blue) = 240+187+223=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BBDF is #0F4420. Grayscale: #CECECE. Windows color (decimal): -1000481 or 14662640. OLE color: 14662640.

HSL color Cylindrical-coordinate representation of color #F0BBDF: hue angle of 319.25º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BBDF is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 187 223 -
CMYK 0 0.22 0.07 0.06
HSL 319.25º 0.64% 0.84% -
HSV(B) 319.25º 0.22% 0.94% -
XYZ 67.02 59.39 77.74 -
YUV 206.95 137.06 151.57 -
System Red Green Blue C M Y K H S L
Decimal 240 187 223 0 0.22 0.07 0.06 319.25 0.64 0.84
Hex F0 BB DF 0 16 7 6 13F 40 54
Octal 360 273 337 0 26 7 6 477 100 124
Binary 11110000 10111011 11011111 0 10110 111 110 100111111 1000000 1010100

Color Harmonies of #F0BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BBDF

Black with #F0BBDF

Text Example


Text Example

White with #F0BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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