Html Css Color HEX #FFC7CF Pink

📋 copy color: '#FFC7CF'

red 255 ◦ green 199 ◦ blue 207

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

Shades of Pink #FFC7CF

Tints of Pink #FFC7CF

RGB

 RED value IS 255 (100% from 255) = 38.58%

 GREEN value IS 199 (78.13% from 255) = 30.11%

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

R = 38.58%
G = 30.11%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFC7CF (or 0xFFC7CF) is known color: Pink. HEX triplet: FF, C7 and CF. RGB value is (255,199,207). Sum of RGB (Red+Green+Blue) = 255+199+207=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 199 (78.12% from 255 or 30.11% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7CF is #003830. Grayscale: #D8D8D8. Windows color (decimal): -14385 or 13617151. OLE color: 13617151.

HSL color Cylindrical-coordinate representation of color #FFC7CF: hue angle of 351.43º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC7CF is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 255 199 207 -
CMYK 0 0.22 0.19 0
HSL 351.43º 1% 0.89% -
HSV(B) 351.43º 0.22% 1% -
XYZ 72.93 66.61 68.05 -
YUV 216.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 255 199 207 0 0.22 0.19 0 351.43 1 0.89
Hex FF C7 CF 0 16 13 0 15F 64 59
Octal 377 307 317 0 26 23 0 537 144 131
Binary 11111111 11000111 11001111 0 10110 10011 0 101011111 1100100 1011001

Color Harmonies of #FFC7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC7CF

Black with #FFC7CF

Text Example


Text Example

White with #FFC7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC7CF; }

 p { color: rgb(255,199,207); }

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

background-color css

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

 a { background-color: rgb(255,199,207); }

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

border-color css

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

 span { border-color: rgb(255,199,207); }

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