Html Css Color HEX #F8BFCA Pink

📋 copy color: '#F8BFCA'

red 248 ◦ green 191 ◦ blue 202

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

Shades of Pink #F8BFCA

Tints of Pink #F8BFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.51%

R = 38.69%
G = 29.8%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F8BFCA (or 0xF8BFCA) is known color: Pink. HEX triplet: F8, BF and CA. RGB value is (248,191,202). Sum of RGB (Red+Green+Blue) = 248+191+202=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BFCA is #074035. Grayscale: #D1D1D1. Windows color (decimal): -475190 or 13287416. OLE color: 13287416.

HSL color Cylindrical-coordinate representation of color #F8BFCA: hue angle of 348.42º 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 #F8BFCA is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 191 202 -
CMYK 0 0.23 0.19 0.03
HSL 348.42º 0.8% 0.86% -
HSV(B) 348.42º 0.23% 0.97% -
XYZ 68 61.48 64.16 -
YUV 209.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 248 191 202 0 0.23 0.19 0.03 348.42 0.8 0.86
Hex F8 BF CA 0 17 13 3 15C 50 56
Octal 370 277 312 0 27 23 3 534 120 126
Binary 11111000 10111111 11001010 0 10111 10011 11 101011100 1010000 1010110

Color Harmonies of #F8BFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BFCA

Black with #F8BFCA

Text Example


Text Example

White with #F8BFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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