Html Css Color HEX #FFC6CF Pink

📋 copy color: '#FFC6CF'

red 255 ◦ green 198 ◦ blue 207

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

Shades of Pink #FFC6CF

Tints of Pink #FFC6CF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30%

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

R = 38.64%
G = 30%
B = 31.36%

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

#FFC6CF (or 0xFFC6CF) is known color: Pink. HEX triplet: FF, C6 and CF. RGB value is (255,198,207). Sum of RGB (Red+Green+Blue) = 255+198+207=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 198 (77.73% from 255 or 30% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6CF is #003930. Grayscale: #D8D8D8. Windows color (decimal): -14641 or 13616895. OLE color: 13616895.

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

Color convert

RGB 255 198 207 -
CMYK 0 0.22 0.19 0
HSL 350.53º 1% 0.89% -
HSV(B) 350.53º 0.22% 1% -
XYZ 72.7 66.15 67.97 -
YUV 216.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 255 198 207 0 0.22 0.19 0 350.53 1 0.89
Hex FF C6 CF 0 16 13 0 15F 64 59
Octal 377 306 317 0 26 23 0 537 144 131
Binary 11111111 11000110 11001111 0 10110 10011 0 101011111 1100100 1011001

Color Harmonies of #FFC6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC6CF

Black with #FFC6CF

Text Example


Text Example

White with #FFC6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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