Html Css Color HEX #F8CACF Pink

📋 copy color: '#F8CACF'

red 248 ◦ green 202 ◦ blue 207

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

Shades of Pink #F8CACF

Tints of Pink #F8CACF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.75%

 BLUE value IS 207 (81.25% from 255) = 31.51%

R = 37.75%
G = 30.75%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8CACF (or 0xF8CACF) is known color: Pink. HEX triplet: F8, CA and CF. RGB value is (248,202,207). Sum of RGB (Red+Green+Blue) = 248+202+207=657 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.75% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CACF is #073530. Grayscale: #D8D8D8. Windows color (decimal): -472369 or 13617912. OLE color: 13617912.

HSL color Cylindrical-coordinate representation of color #F8CACF: hue angle of 353.48º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8CACF is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 202 207 -
CMYK 0 0.19 0.17 0.03
HSL 353.48º 0.77% 0.88% -
HSV(B) 353.48º 0.19% 0.97% -
XYZ 71.09 66.7 68.16 -
YUV 216.32 122.74 150.59 -
System Red Green Blue C M Y K H S L
Decimal 248 202 207 0 0.19 0.17 0.03 353.48 0.77 0.88
Hex F8 CA CF 0 13 11 3 161 4D 58
Octal 370 312 317 0 23 21 3 541 115 130
Binary 11111000 11001010 11001111 0 10011 10001 11 101100001 1001101 1011000

Color Harmonies of #F8CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CACF

Black with #F8CACF

Text Example


Text Example

White with #F8CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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