Html Css Color HEX #F8BFDA Classic Rose

📋 copy color: '#F8BFDA'

red 248 ◦ green 191 ◦ blue 218

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

Shades of Classic Rose #F8BFDA

Tints of Classic Rose #F8BFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.18%

R = 37.75%
G = 29.07%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F8BFDA (or 0xF8BFDA) is known color: Classic Rose. HEX triplet: F8, BF and DA. RGB value is (248,191,218). Sum of RGB (Red+Green+Blue) = 248+191+218=657 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.75% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BFDA is #074025. Grayscale: #D3D3D3. Windows color (decimal): -475174 or 14335992. OLE color: 14335992.

HSL color Cylindrical-coordinate representation of color #F8BFDA: hue angle of 331.58º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8BFDA is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 191 218 -
CMYK 0 0.23 0.12 0.03
HSL 331.58º 0.8% 0.86% -
HSV(B) 331.58º 0.23% 0.97% -
XYZ 70 62.28 74.66 -
YUV 211.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 248 191 218 0 0.23 0.12 0.03 331.58 0.8 0.86
Hex F8 BF DA 0 17 C 3 14C 50 56
Octal 370 277 332 0 27 14 3 514 120 126
Binary 11111000 10111111 11011010 0 10111 1100 11 101001100 1010000 1010110

Color Harmonies of #F8BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BFDA

Black with #F8BFDA

Text Example


Text Example

White with #F8BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BFDA; }

 p { color: rgb(248,191,218); }

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

background-color css

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

 a { background-color: rgb(248,191,218); }

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

border-color css

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

 span { border-color: rgb(248,191,218); }

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