Html Css Color HEX #F8BBDF Classic Rose

📋 copy color: '#F8BBDF'

red 248 ◦ green 187 ◦ blue 223

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

Shades of Classic Rose #F8BBDF

Tints of Classic Rose #F8BBDF

RGB

 RED value IS 248 (97.27% from 255) = 37.69%

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

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

R = 37.69%
G = 28.42%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F8BBDF (or 0xF8BBDF) is known color: Classic Rose. HEX triplet: F8, BB and DF. RGB value is (248,187,223). Sum of RGB (Red+Green+Blue) = 248+187+223=658 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.69% from 658); Green value is 187 (73.44% from 255 or 28.42% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBDF is #074420. Grayscale: #D1D1D1. Windows color (decimal): -476193 or 14662648. OLE color: 14662648.

HSL color Cylindrical-coordinate representation of color #F8BBDF: hue angle of 324.59º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BBDF is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 187 223 -
CMYK 0 0.25 0.10 0.03
HSL 324.59º 0.81% 0.85% -
HSV(B) 324.59º 0.25% 0.97% -
XYZ 69.8 60.82 77.87 -
YUV 209.34 135.71 155.57 -
System Red Green Blue C M Y K H S L
Decimal 248 187 223 0 0.25 0.10 0.03 324.59 0.81 0.85
Hex F8 BB DF 0 19 A 3 145 51 55
Octal 370 273 337 0 31 12 3 505 121 125
Binary 11111000 10111011 11011111 0 11001 1010 11 101000101 1010001 1010101

Color Harmonies of #F8BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BBDF

Black with #F8BBDF

Text Example


Text Example

White with #F8BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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