Html Css Color HEX #F9CACF Pink

📋 copy color: '#F9CACF'

red 249 ◦ green 202 ◦ blue 207

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

Shades of Pink #F9CACF

Tints of Pink #F9CACF

RGB

 RED value IS 249 (97.66% from 255) = 37.84%

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

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

R = 37.84%
G = 30.7%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F9CACF (or 0xF9CACF) is known color: Pink. HEX triplet: F9, CA and CF. RGB value is (249,202,207). Sum of RGB (Red+Green+Blue) = 249+202+207=658 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.84% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CACF is #063530. Grayscale: #D8D8D8. Windows color (decimal): -406833 or 13617913. OLE color: 13617913.

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

Color convert

RGB 249 202 207 -
CMYK 0 0.19 0.17 0.02
HSL 353.62º 0.8% 0.88% -
HSV(B) 353.62º 0.19% 0.98% -
XYZ 71.45 66.89 68.18 -
YUV 216.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 249 202 207 0 0.19 0.17 0.02 353.62 0.8 0.88
Hex F9 CA CF 0 13 11 2 162 50 58
Octal 371 312 317 0 23 21 2 542 120 130
Binary 11111001 11001010 11001111 0 10011 10001 10 101100010 1010000 1011000

Color Harmonies of #F9CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CACF

Black with #F9CACF

Text Example


Text Example

White with #F9CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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