Html Css Color HEX #F8BFA6 Romantic

📋 copy color: '#F8BFA6'

red 248 ◦ green 191 ◦ blue 166

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

Shades of Romantic #F8BFA6

Tints of Romantic #F8BFA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.44%

R = 40.99%
G = 31.57%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F8BFA6 (or 0xF8BFA6) is known color: Romantic. HEX triplet: F8, BF and A6. RGB value is (248,191,166). Sum of RGB (Red+Green+Blue) = 248+191+166=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 166 (65.23% from 255 or 27.44% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BFA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BFA6 is #074059. Grayscale: #CDCDCD. Windows color (decimal): -475226 or 10928120. OLE color: 10928120.

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

Color convert

RGB 248 191 166 -
CMYK 0 0.23 0.33 0.03
HSL 18.29º 0.85% 0.81% -
HSV(B) 18.29º 0.33% 0.97% -
XYZ 64.23 59.97 44.27 -
YUV 205.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 248 191 166 0 0.23 0.33 0.03 18.29 0.85 0.81
Hex F8 BF A6 0 17 21 3 12 55 51
Octal 370 277 246 0 27 41 3 22 125 121
Binary 11111000 10111111 10100110 0 10111 100001 11 10010 1010101 1010001

Color Harmonies of #F8BFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BFA6

Black with #F8BFA6

Text Example


Text Example

White with #F8BFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BFA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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