Html Css Color HEX #F7CACF Pink

📋 copy color: '#F7CACF'

red 247 ◦ green 202 ◦ blue 207

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

Shades of Pink #F7CACF

Tints of Pink #F7CACF

RGB

 RED value IS 247 (96.88% from 255) = 37.65%

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

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

R = 37.65%
G = 30.79%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F7CACF (or 0xF7CACF) is known color: Pink. HEX triplet: F7, CA and CF. RGB value is (247,202,207). Sum of RGB (Red+Green+Blue) = 247+202+207=656 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.65% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CACF is #083530. Grayscale: #D8D8D8. Windows color (decimal): -537905 or 13617911. OLE color: 13617911.

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

Color convert

RGB 247 202 207 -
CMYK 0 0.18 0.16 0.03
HSL 353.33º 0.74% 0.88% -
HSV(B) 353.33º 0.18% 0.97% -
XYZ 70.74 66.52 68.14 -
YUV 216.03 122.91 150.09 -
System Red Green Blue C M Y K H S L
Decimal 247 202 207 0 0.18 0.16 0.03 353.33 0.74 0.88
Hex F7 CA CF 0 12 10 3 161 4A 58
Octal 367 312 317 0 22 20 3 541 112 130
Binary 11110111 11001010 11001111 0 10010 10000 11 101100001 1001010 1011000

Color Harmonies of #F7CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CACF

Black with #F7CACF

Text Example


Text Example

White with #F7CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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